/build/make/tools/releasetools/ |
D | check_target_files_signatures | 203 with zipfile.ZipFile(full_filename) as apk: 204 for info in apk.infolist(): 208 pkcs7 = apk.read(filename) 338 apk = APK(fullname, displayname) 339 self.apks[apk.filename] = apk 340 self.apks_by_basename[os.path.basename(apk.filename)] = apk 342 self.max_pkg_len = max(self.max_pkg_len, len(apk.package)) 343 self.max_fn_len = max(self.max_fn_len, len(apk.filename)) 349 for apk in self.apks.values(): 350 if apk.shared_uid: [all …]
|
D | check_target_files_signatures.py | 203 with zipfile.ZipFile(full_filename) as apk: 204 for info in apk.infolist(): 208 pkcs7 = apk.read(filename) 338 apk = APK(fullname, displayname) 339 self.apks[apk.filename] = apk 340 self.apks_by_basename[os.path.basename(apk.filename)] = apk 342 self.max_pkg_len = max(self.max_pkg_len, len(apk.package)) 343 self.max_fn_len = max(self.max_fn_len, len(apk.filename)) 349 for apk in self.apks.values(): 350 if apk.shared_uid: [all …]
|
D | sign_target_files_apks.py | 196 for apk, cert in certmap.items(): 197 certmap[apk] = OPTIONS.key_map.get(cert, cert) 200 for apk, cert in OPTIONS.extra_apks.items(): 203 certmap[apk] = OPTIONS.key_map.get(cert, cert)
|
D | sign_target_files_apks | 196 for apk, cert in certmap.items(): 197 certmap[apk] = OPTIONS.key_map.get(cert, cert) 200 for apk, cert in OPTIONS.extra_apks.items(): 203 certmap[apk] = OPTIONS.key_map.get(cert, cert)
|
/build/make/tools/releasetools/testdata/ |
D | apkcerts_vendor.txt | 1 name="TestSystem1.apk" certificate="not_selected" private_key="not_selected" partition="system" 2 name="TestSystem2.apk" certificate="not_selected" private_key="not_selected" partition="system" 3 name="TestVendor.apk" certificate="build/make/target/product/security/testkey.x509.pem" private_key… 4 name="TestOdm.apk" certificate="build/make/target/product/security/testkey.x509.pem" private_key="b… 5 name="TestProduct.apk" certificate="not_selected" private_key="not_selected" partition="product" 6 name="TestSystemExt.apk" certificate="not_selected" private_key="not_selected" partition="system_ex…
|
D | apkcerts_framework.txt | 1 name="TestSystem1.apk" certificate="build/make/target/product/security/testkey.x509.pem" private_ke… 2 name="TestSystem2.apk" certificate="build/make/target/product/security/testkey.x509.pem" private_ke… 3 name="TestVendor.apk" certificate="not_selected" private_key="not_selected" partition="vendor" 4 name="TestOdm.apk" certificate="not_selected" private_key="not_selected" partition="odm" 5 name="TestProduct.apk" certificate="build/make/target/product/security/testkey.x509.pem" private_ke… 6 name="TestSystemExt.apk" certificate="build/make/target/product/security/testkey.x509.pem" private_…
|
D | apkcerts_merge.txt | 1 name="TestOdm.apk" certificate="build/make/target/product/security/testkey.x509.pem" private_key="b… 2 name="TestProduct.apk" certificate="build/make/target/product/security/testkey.x509.pem" private_ke… 3 name="TestSystem1.apk" certificate="build/make/target/product/security/testkey.x509.pem" private_ke… 4 name="TestSystem2.apk" certificate="build/make/target/product/security/testkey.x509.pem" private_ke… 5 name="TestSystemExt.apk" certificate="build/make/target/product/security/testkey.x509.pem" private_… 6 name="TestVendor.apk" certificate="build/make/target/product/security/testkey.x509.pem" private_key…
|
/build/make/core/ |
D | app_prebuilt_internal.mk | 29 LOCAL_BUILT_MODULE_STEM := package.apk.gz 32 LOCAL_INSTALLED_MODULE_STEM := $(LOCAL_MODULE).apk.gz 35 LOCAL_BUILT_MODULE_STEM := package.apk 37 LOCAL_INSTALLED_MODULE_STEM := $(LOCAL_MODULE).apk 66 my_prebuilt_dpi_file_stem := $(LOCAL_MODULE)_%.apk 77 my_extracted_apk := $(intermediates)/extracted.apk 280 $(built_apk_splits) : $(intermediates)/%.apk : $(my_src_dir)/%.apk 285 $(installed_apk_splits) : $(my_module_path)/%.apk : $(intermediates)/%.apk
|
D | package_internal.mk | 199 my_res_package := $(intermediates)/package-res.apk 238 LOCAL_BUILT_MODULE_STEM := package.apk.gz 239 LOCAL_INSTALLED_MODULE_STEM := $(LOCAL_MODULE).apk.gz 241 LOCAL_BUILT_MODULE_STEM := package.apk 242 LOCAL_INSTALLED_MODULE_STEM := $(LOCAL_MODULE).apk 337 built_apk_splits := $(foreach s,$(my_split_suffixes),$(intermediates)/package_$(s).apk) 410 $(call intermediates-dir-for,APPS,framework-res,,COMMON)/package-export.apk 417 $(call intermediates-dir-for,APPS,$(lib),,COMMON)/package-export.apk) 560 cp -f $(PRIVATE_RES_PACKAGE) $@.parts/apk.zip 587 my_package_res_pb := $(intermediates)/package-res.pb.apk [all …]
|
D | soong_android_app_set.mk | 20 define extract-install-file-from-apk-set 26 $(eval $(call extract-install-file-from-apk-set,$(LOCAL_PREBUILT_MODULE_FILE),$(LOCAL_APK_SET_INSTA…
|
D | aapt2.mk | 70 $(call intermediates-dir-for,JAVA_LIBRARIES,$(l),,COMMON)/package-res.apk) 74 $(call intermediates-dir-for,JAVA_LIBRARIES,$(l),,COMMON)/package-res.apk) 111 resource_export_package := $(intermediates.COMMON)/package-export.apk
|
D | soong_app_prebuilt.mk | 20 LOCAL_MODULE_SUFFIX := .apk 21 LOCAL_BUILT_MODULE_STEM := package.apk 89 resource_export_package := $(intermediates.COMMON)/package-export.apk 114 my_apks_to_install := $(foreach f,$(filter %.apk %.idsig,$(LOCAL_SOONG_BUILT_INSTALLED)),$(call wor…
|
D | static_java_library.mk | 93 my_res_package := $(intermediates.COMMON)/package-res.apk 119 $(call intermediates-dir-for,APPS,framework-res,,COMMON)/package-export.apk
|
D | pdk_config.mk | 34 target/common/obj/APPS/framework-res_intermediates/package-export.apk \ 143 target/common/obj/APPS/framework-res_intermediates/package-export.apk))
|
D | java_prebuilt_internal.mk | 181 $(call intermediates-dir-for,APPS,framework-res,,COMMON)/package-export.apk 185 my_res_package := $(intermediates.COMMON)/package-res.apk
|
D | pdk_fusion_modules.mk | 81 package.apk,\
|
/build/make/tools/signapk/src/com/android/signapk/ |
D | SignApk.java | 41 import com.android.apksig.apk.ApkUtils; 42 import com.android.apksig.apk.MinSdkVersionException; 951 private static ZipSections findMainZipSections(ByteBuffer apk) in findMainZipSections() argument 953 apk.slice(); in findMainZipSections() 954 ApkUtils.ZipSections sections = ApkUtils.findZipSections(DataSources.asDataSource(apk)); in findMainZipSections() 965 apk.position(0); in findMainZipSections() 966 apk.limit((int) centralDirStartOffset); in findMainZipSections() 967 ByteBuffer beforeCentralDir = apk.slice(); in findMainZipSections() 969 apk.position((int) centralDirStartOffset); in findMainZipSections() 970 apk.limit((int) centralDirEndOffset); in findMainZipSections() [all …]
|
/build/soong/cmd/extract_apks/ |
D | main.go | 371 regexp.MustCompile(`^.*/` + selected.moduleName + `-master\.apk$`), 372 config.stem + `.apk`, 375 regexp.MustCompile(`^.*/` + selected.moduleName + `(-.*\.apk)$`), 379 regexp.MustCompile(`^universal\.apk$`), 394 for _, apk := range selected.entries { 395 apkFile, ok := apkSet.entries[apk] 397 return nil, fmt.Errorf("TOC refers to an entry %s which does not exist", apk) 425 apk, ok := apkSet.entries[selected.entries[0]] 429 inputReader, _ := apk.Open()
|
/build/make/target/product/ |
D | emulator_system.mk | 22 system/priv-app/MultiDisplayProvider/MultiDisplayProvider.apk \
|
/build/soong/java/ |
D | app_test.go | 2021 apk: "prebuilts/apk/app.apk", 2050 apk: "prebuilts/apk/app.apk", 2071 apk: "prebuilts/apk/app.apk", 2099 apk: "prebuilts/apk/app.apk", 2120 apk: "prebuilts/apk/app.apk", 2149 apk: "prebuilts/apk/app.apk", 2152 apk: "prebuilts/apk/app_xhdpi.apk", 2155 apk: "prebuilts/apk/app_xxhdpi.apk", 2227 apk: "prebuilts/apk/app.apk", 2233 apk: "prebuilts/apk/app.apk", [all …]
|
/build/make/tools/signapk/test/ |
D | run | 3 package := NotePad.apk
|
/build/soong/androidmk/androidmk/ |
D | androidmk_test.go | 1323 LOCAL_SRC_FILES := foo.apk 1339 apk: "foo.apk", 1349 LOCAL_SRC_FILES := foo.apk 1352 LOCAL_MODULE_SUFFIX := .apk 1354 LOCAL_REPLACE_PREBUILT_APK_INSTALLED := $(LOCAL_PATH)/foo.apk
|
/build/soong/bpfix/bpfix/ |
D | bpfix_test.go | 821 apk: "package.apk", 830 apk: "package.apk", 837 apk: "package.apk",
|
/build/soong/cmd/extract_apks/bundle_proto/ |
D | config.proto | 150 // is split/assets/example.apk, this will be assets/example.apk).
|
/build/make/target/board/ |
D | go_defaults_common.prop | 34 # the processes that load of shared apk and the code cache is not shared.
|