Searched refs:zip (Results 1 – 10 of 10) sorted by relevance
1 zipalign -- zip archive alignment tool3 usage: zipalign [-f] [-v] <align> infile.zip outfile.zip4 zipalign -c [-v] <align> infile.zip7 -f : overwrite existing outfile.zip10 infile.zip is an existing Zip archive11 outfile.zip will be created21 the "extra" field in the zip Local File Header sections. Existing data34 You can use the "-c" flag to test whether a zip archive is properly aligned.
480 ALL_DEFAULT_INSTALLED_MODULES += $(TARGET_OUT_ETC)/security/otacerts.zip481 $(TARGET_OUT_ETC)/security/otacerts.zip: KEY_CERT_PAIR := $(DEFAULT_KEY_CERT_PAIR)482 $(TARGET_OUT_ETC)/security/otacerts.zip: $(addsuffix .x509.pem,$(DEFAULT_KEY_CERT_PAIR))485 $(hide) zip -qj $@ $<488 otacerts: $(TARGET_OUT_ETC)/security/otacerts.zip794 BUILT_TARGET_FILES_PACKAGE := $(intermediates)/$(name).zip900 $(hide) (cd $(zip_root) && zip -qry ../$(notdir $@) .)917 INTERNAL_OTA_PACKAGE_TARGET := $(PRODUCT_OUT)/$(name).zip971 BUILT_TESTS_ZIP_PACKAGE := $(intermediates)/$(name).zip996 $(hide) (cd $(zip_root) && zip -qry ../$(notdir $@) .)[all …]
223 out_zip := $(OUT_DOCS)/$(LOCAL_MODULE)-docs.zip229 $(hide) ( F=$$(pwd)/$@ ; cd $(PRIVATE_DOCS_DIR) && zip -rq $$F * )
170 ./$(PRODUCT_OUT)/*.zip \
85 COMMON_PACKAGE_SUFFIX := .zip
1300 $(hide) zip -qd $@ dummy1333 $(hide) (cd $(dir $@) && zip -r $(notdir $@) lib)
24 full_target := $(HOST_OUT_SDK_ADDON)/$(addon_dir_leaf).zip79 $(hide) ( F=$$(pwd)/$@ ; cd $(PRIVATE_STAGING_DIR)/.. && zip -rq $$F * )
258 INTERNAL_CTS_TARGET := $(cts_dir)/$(cts_name).zip265 $(hide) cd $(dir $@) && zip -rq $(notdir $@) $(PRIVATE_NAME)
423 def ZipWriteStr(zip, filename, data, perms=0644): argument427 zinfo.compress_type = zip.compression429 zip.writestr(zinfo, data)
547 def GetRecoveryAPIVersion(zip): argument551 version = zip.read("META/recovery-api-version.txt")557 zip.getinfo("OTA/bin/updater")