Searched refs:apkPath (Results 1 – 4 of 4) sorted by relevance
/external/deqp/scripts/android/ |
D | install_apk.py | 127 def install (adbPath, apkPath, extraArgs = [], printPrefix=""): argument 128 print printPrefix + "Installing %s...\n" % apkPath, 131 apkPath 135 def installToDevice (device, adbPath, packageName, apkPath, printPrefix=""): argument 142 install(adbPath, apkPath, ['-s', device.serial], printPrefix) 144 def installToDevices (devices, doParallel, adbPath, packageName, apkPath): argument 147 …parallelApply(installToDevice, [(device, adbPath, packageName, apkPath, ("(%s):%s" % (device.model… 149 serialApply(installToDevice, [(device, adbPath, packageName, apkPath) for device in devices]); 151 def installToAllDevices (doParallel, adbPath, packageName, apkPath): argument 153 installToDevices(devices, doParallel, adbPath, packageName, apkPath) [all …]
|
D | build_apk.py | 607 def addFilesToAPK (config, apkPath, baseDir, relFilePaths): argument 622 "-f", apkPath, 629 def addFileToAPK (config, apkPath, baseDir, relFilePath): argument 630 addFilesToAPK(config, apkPath, baseDir, [relFilePath])
|
/external/skia/infra/cts/ |
D | run_testlab.go | 76 apkPath := flag.Arg(0) 77 if *dumpDevFile == "" && apkPath == "" { 121 if err := runTests(apkPath, devices, ignoredDevices, client, *dryRun); err != nil { 126 if err := uploadAPK(apkPath, *uploadGCSPath, *properties, client); err != nil { 286 func uploadAPK(apkPath, gcsPath, propStr string, client *http.Client) error { argument 291 apkFile, err := os.Open(apkPath)
|
/external/skqp/infra/cts/ |
D | run_testlab.go | 76 apkPath := flag.Arg(0) 77 if *dumpDevFile == "" && apkPath == "" { 121 if err := runTests(apkPath, devices, ignoredDevices, client, *dryRun); err != nil { 126 if err := uploadAPK(apkPath, *uploadGCSPath, *properties, client); err != nil { 286 func uploadAPK(apkPath, gcsPath, propStr string, client *http.Client) error { argument 291 apkFile, err := os.Open(apkPath)
|