Home
last modified time | relevance | path

Searched refs:apk_path (Results 1 – 7 of 7) sorted by relevance

/external/chromium-trace/catapult/devil/devil/android/
Dapk_helper.py20 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/
Dgce_adb_wrapper.py124 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')
Dadb_wrapper.py732 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/
Drun_testlab.go222 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/
Drun_testlab.go222 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/
Darc.py767 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/
Dadb_wrapper.md197 apk_path: Host path to the APK file.