Searched refs:apk_path (Results 1 – 7 of 7) sorted by relevance
/external/chromium-trace/catapult/devil/devil/android/ |
D | apk_helper.py | 20 def GetPackageName(apk_path): argument 22 return ApkHelper(apk_path).GetPackageName() 27 def GetInstrumentationName(apk_path): argument 29 return ApkHelper(apk_path).GetInstrumentationName() 48 def _ParseManifestFromApk(apk_path): argument 49 aapt_output = aapt.Dump('xmltree', apk_path, 'AndroidManifest.xml')
|
/external/chromium-trace/catapult/devil/devil/android/sdk/ |
D | gce_adb_wrapper.py | 124 def Install(self, apk_path, forward_lock=False, reinstall=False, argument 134 adb_wrapper.VerifyLocalFileExists(apk_path) 142 self.Push(apk_path, '/data/local/tmp/tmp.apk')
|
D | adb_wrapper.py | 732 def Install(self, apk_path, forward_lock=False, allow_downgrade=False, argument 746 VerifyLocalFileExists(apk_path) 756 cmd.append(apk_path)
|
/external/skia/infra/cts/ |
D | run_testlab.go | 222 func runTests(apk_path string, devices, ignoredDevices []*DeviceVersions, client *http.Client, dryR… 235 …cmdStr := fmt.Sprintf(RUN_TESTS_TEMPLATE, apk_path, RESULT_BUCKET, resultsDir, strings.Join(modelS…
|
/external/skqp/infra/cts/ |
D | run_testlab.go | 222 func runTests(apk_path string, devices, ignoredDevices []*DeviceVersions, client *http.Client, dryR… 235 …cmdStr := fmt.Sprintf(RUN_TESTS_TEMPLATE, apk_path, RESULT_BUCKET, resultsDir, strings.Join(modelS…
|
/external/autotest/client/common_lib/cros/ |
D | arc.py | 767 apk_path = os.path.join(self.autodir, 'deps', dep_package) 771 out = adb_install('%s/%s' % (apk_path, apk))
|
/external/chromium-trace/catapult/devil/docs/ |
D | adb_wrapper.md | 197 apk_path: Host path to the APK file.
|