Home
last modified time | relevance | path

Searched refs:apkPath (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/scripts/android/
H A Dinstall_apk.py127 def install (adbPath, apkPath, extraArgs = [], printPrefix=""):
128 print(printPrefix + "Installing %s...\n" % apkPath,)
132 apkPath
136 def installToDevice (device, adbPath, packageName, apkPath, printPrefix=""):
143 install(adbPath, apkPath, ['-s', device.serial], printPrefix)
145 def installToDevices (devices, doParallel, adbPath, packageName, apkPath):
148 parallelApply(installToDevice, [(device, adbPath, packageName, apkPath, ("(%s):%s" % (device.model, ' ' * (padLen - len(device.model))))) for device in devices]);
150 serialApply(installToDevice, [(device, adbPath, packageName, apkPath) for device in devices]);
152 def installToAllDevices (doParallel, adbPath, packageName, apkPath):
154 installToDevices(devices, doParallel, adbPath, packageName, apkPath)
218 apkPath = getAPKPath(args.buildRoot, args.target) global() variable
[all...]
H A Dbuild_apk.py655 def addFilesToAPK (config, apkPath, baseDir, relFilePaths):
673 "-f", apkPath,
680 def addFileToAPK (config, apkPath, baseDir, relFilePath):
681 addFilesToAPK(config, apkPath, baseDir, [relFilePath])

Completed in 2 milliseconds