Home
last modified time | relevance | path

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

/external/libmojo/third_party/catapult/devil/devil/android/
Dapk_helper.py18 def GetPackageName(apk_path): argument
20 return ApkHelper(apk_path).GetPackageName()
25 def GetInstrumentationName(apk_path): argument
27 return ApkHelper(apk_path).GetInstrumentationName()
37 def _ParseManifestFromApk(apk_path): argument
38 aapt_output = aapt.Dump('xmltree', apk_path, 'AndroidManifest.xml')
/external/chromium-trace/catapult/devil/devil/android/
Dapk_helper.py19 def GetPackageName(apk_path): argument
21 return ApkHelper(apk_path).GetPackageName()
26 def GetInstrumentationName(apk_path): argument
28 return ApkHelper(apk_path).GetInstrumentationName()
47 def _ParseManifestFromApk(apk_path): argument
48 aapt_output = aapt.Dump('xmltree', apk_path, 'AndroidManifest.xml')
/external/skia/infra/cts/
Drun_testlab.go105 apk_path := args[0]
122 if err := runTests(apk_path, devices, ignoredDevices, client, *dryRun); err != nil {
193 func runTests(apk_path string, devices, ignoredDevices []*tsuite.DeviceVersions, client *http.Clien…
206 …cmdStr := fmt.Sprintf(RUN_TESTS_TEMPLATE, apk_path, RESULT_BUCKET, resultsDir, strings.Join(modelS…
/external/skqp/infra/cts/
Drun_testlab.go105 apk_path := args[0]
122 if err := runTests(apk_path, devices, ignoredDevices, client, *dryRun); err != nil {
193 func runTests(apk_path string, devices, ignoredDevices []*tsuite.DeviceVersions, client *http.Clien…
206 …cmdStr := fmt.Sprintf(RUN_TESTS_TEMPLATE, apk_path, RESULT_BUCKET, resultsDir, strings.Join(modelS…
/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.py700 def Install(self, apk_path, forward_lock=False, allow_downgrade=False, argument
714 VerifyLocalFileExists(apk_path)
724 cmd.append(apk_path)
/external/libmojo/third_party/catapult/devil/devil/android/sdk/
Dgce_adb_wrapper.py122 def Install(self, apk_path, forward_lock=False, reinstall=False, argument
132 adb_wrapper.VerifyLocalFileExists(apk_path)
140 self.Push(apk_path, '/data/local/tmp/tmp.apk')
Dadb_wrapper.py598 def Install(self, apk_path, forward_lock=False, allow_downgrade=False, argument
612 VerifyLocalFileExists(apk_path)
622 cmd.append(apk_path)
/external/lisa/libs/utils/android/
Dworkload.py68 … required_packages = [package.package_name for package in sc.packages if package.apk_path==None]
85 '{}/{}'.format(te.ANDROID_PRODUCT_OUT, p.apk_path))
Dsystem.py654 def install_apk(target, apk_path): argument
664 adb_command(target.adb_name, ADB_INSTALL_CMD.format(apk_path))
/external/devlib/devlib/utils/
Dandroid.py135 def parse(self, apk_path): argument
137 command = [aapt, 'dump', 'badging', apk_path]
143 .format(apk_path, e.output))
/external/autotest/client/common_lib/cros/
Darc.py616 apk_path = os.path.join(self.autodir, 'deps', dep_package)
620 adb_install('%s/%s' % (apk_path, apk))
/external/chromium-trace/catapult/devil/docs/
Dadb_wrapper.md197 apk_path: Host path to the APK file.