Searched refs:apk (Results 1 – 5 of 5) sorted by relevance
/development/scripts/ |
D | stack_core.py | 209 def ExtractLibFromApk(self, apk, shared_lib_name): argument 214 if subprocess.call(["unzip", "-p", apk, shared_lib_name], stdout=tmp_fd) == 0: 236 def GetLibFromApk(self, apk, offset): argument 241 if apk in self.apk_info: 242 apk_full_path, offset_list, tmp_files = self.apk_info[apk] 261 if apk.startswith("/"): 262 apk_full_path = out_dir + apk 264 apk_full_path = os.path.join(out_dir, apk) 266 print "Cannot find apk " + apk; 294 self.apk_info[apk] = [apk_full_path, offset_list, tmp_files]
|
/development/tools/checkcolor/ |
D | .gitignore | 2 *.apk
|
/development/tools/apkcheck/ |
D | README.txt | 62 % dexdeps out/target/product/sapphire/system/app/Gmail.apk > Gmail.apk.xml 63 % apkcheck --uses-library=BUILTIN frameworks/base/api/current.xml Gmail.apk.xml 64 Gmail.apk.xml: summary: 0 errors, 15 warnings
|
/development/build/ |
D | build_android_stubs.mk | 27 framework_res_package := $(call intermediates-dir-for,APPS,framework-res,,COMMON)/package-export.apk
|
D | sdk.atree | 453 system/app/EmulatorSmokeTests/EmulatorSmokeTests.apk tests/emulator-test-apps/EmulatorSmokeTests.apk
|