Home
last modified time | relevance | path

Searched refs:zip (Results 1 – 19 of 19) sorted by relevance

/build/tools/zipalign/
DREADME.txt1 zipalign -- zip archive alignment tool
3 usage: zipalign [-f] [-v] <align> infile.zip outfile.zip
4 zipalign -c [-v] <align> infile.zip
7 -f : overwrite existing outfile.zip
11 infile.zip is an existing Zip archive
12 outfile.zip will be created
22 the "extra" field in the zip Local File Header sections. Existing data
35 You can use the "-c" flag to test whether a zip archive is properly aligned.
38 uncompressed in the zip archive, to a 4096-byte page boundary. This
39 facilitates directly loading shared libraries from inside a zip archive.
/build/tools/ziptime/
DREADME.txt1 ziptime -- zip timestamp tool
3 usage: ziptime file.zip
5 file.zip is an existing Zip archive to rewrite
8 This tools replaces the timestamps in the zip headers with a static time
10 -X option to zip so that it doesn't create the 'universal time' extra.
DZipTime.cpp41 ZipFile zip; in main() local
42 if (zip.rewrite(argv[1]) != 0) { in main()
/build/tools/releasetools/
Drangelib.py33 self.monotonic = all(x < y for x, y in zip(self.data, self.data[1:]))
140 for p, d in heapq.merge(zip(self.data, itertools.cycle((+1, -1))),
141 zip(other.data, itertools.cycle((+1, -1)))):
158 for p, d in heapq.merge(zip(self.data, itertools.cycle((+1, -1))),
159 zip(other.data, itertools.cycle((+1, -1)))):
177 for p, d in heapq.merge(zip(self.data, itertools.cycle((+1, -1))),
178 zip(other.data, itertools.cycle((-1, +1)))):
197 for _, d in heapq.merge(zip(self.data, itertools.cycle((+1, -1))),
198 zip(other.data, itertools.cycle((+1, -1)))):
238 for p, d in heapq.merge(zip(self.data, itertools.cycle((-5, +5))),
[all …]
Dcommon.py274 print "Warning: could not find SYSTEM/build.prop in %s" % zip
/build/soong/cmd/soong_jar/
Dsoong_jar.go77 w *zip.Writer
115 z.w = zip.NewWriter(f)
194 fileHeader := &zip.FileHeader{
196 Method: zip.Deflate,
223 dirHeader := &zip.FileHeader{
/build/core/
DMakefile693 ALL_DEFAULT_INSTALLED_MODULES += $(TARGET_OUT_ETC)/security/otacerts.zip
694 $(TARGET_OUT_ETC)/security/otacerts.zip: KEY_CERT_PAIR := $(DEFAULT_KEY_CERT_PAIR)
695 $(TARGET_OUT_ETC)/security/otacerts.zip: $(addsuffix .x509.pem,$(DEFAULT_KEY_CERT_PAIR)) | $(ZIPTIM…
698 $(hide) zip -qjX $@ $<
715 otacerts: $(TARGET_OUT_ETC)/security/otacerts.zip
1018 $(hide) find $(TARGET_RECOVERY_ROOT_OUT)/res -type f | sort | zip -0qrjX $@ -@
1239 INSTALLED_PLATFORM_ZIP := $(PRODUCT_OUT)/platform.zip
1246 $(hide) cd $(dir $@) && zip -qryX $(notdir $@) \
1251 $(hide) cd $(dir $@) && zip -qryX $(notdir $@) \
1255 $(hide) cd $(OUT_DIR) && zip -qryX $(patsubst $(OUT_DIR)/%,%,$@) $(PDK_PLATFORM_JAVA_ZIP_CONTENTS)
[all …]
Ddex_preopt.mk46 $(hide) zip --quiet --delete $(1) classes.dex; \
48 while zip --quiet --delete $(1) classes$${dex_index}.dex > /dev/null; do \
Ddroiddoc.mk245 out_zip := $(OUT_DOCS)/$(LOCAL_MODULE)-docs.zip
251 $(hide) ( F=$$(pwd)/$@ ; cd $(PRIVATE_DOCS_DIR) && zip -rqX $$F * )
253 $(LOCAL_MODULE)-docs.zip : $(out_zip)
Dconfig.mk137 COMMON_PACKAGE_SUFFIX := .zip
426 …card vendor/pdk/$(TARGET_DEVICE)/$(TARGET_PRODUCT)-$(TARGET_BUILD_VARIANT)/platform/platform.zip) \
427 …EVICE)/$(patsubst aosp_%,full_%,$(TARGET_PRODUCT))-$(TARGET_BUILD_VARIANT)/platform/platform.zip) \
428 …ard vendor/pdk/$(TARGET_PRODUCT)/$(TARGET_PRODUCT)-$(TARGET_BUILD_VARIANT)/platform/platform.zip) \
429 …RODUCT)/$(patsubst aosp_%,full_%,$(TARGET_PRODUCT))-$(TARGET_BUILD_VARIANT)/platform/platform.zip))
Ddefinitions.mk2112 $(hide) $(call create-empty-package-at,$@.res.tmp.zip)
2113 $(hide) $(call add-java-resources-to,$@.res.tmp.zip)
2114 $(hide) unzip -qo $@.res.tmp.zip -d $@.res.tmp
2115 $(hide) rm $@.res.tmp.zip)
2290 $(hide) $(call create-empty-package-at,$@.res.tmp.zip)
2291 $(hide) $(call add-java-resources-to,$@.res.tmp.zip)
2292 $(hide) unzip -qo $@.res.tmp.zip -d $@.res.tmp
2293 $(hide) rm $@.res.tmp.zip)
2338 $(hide) zip -qd $(1) zipdummy
2355 $(hide) zip -qd $(2) "*.class" \
[all …]
Dcleanbuild.mk235 $(PRODUCT_OUT)/*.zip \
/build/core/tasks/
Dsdk-addon.mk24 full_target := $(HOST_OUT_SDK_ADDON)/$(addon_dir_leaf).zip
25 full_target_img := $(HOST_OUT_SDK_ADDON)/$(addon_dir_img).zip
114 …$(hide) ( F=$$(pwd)/$@ ; cd $(PRIVATE_STAGING_DIR)/.. && zip -rqX $$F $(notdir $(PRIVATE_STAGING_D…
120 …$(hide) ( F=$$(pwd)/$@ ; cd $(PRIVATE_STAGING_DIR)/.. && zip -rqX $$F $(notdir $(PRIVATE_STAGING_D…
Dold-cts.mk388 INTERNAL_CTS_TARGET := $(cts_dir)/$(cts_name).zip
395 $(hide) cd $(dir $@) && zip -rqX $(notdir $@) $(PRIVATE_NAME)
/build/core/tasks/tools/
Dcompatibility.mk34 compatibility_zip := $(out_dir).zip
46 $(hide) cd $(dir $@) && zip -rq $(notdir $@) $(PRIVATE_NAME)
Dpackage-modules.mk47 my_package_zip := $(my_staging_dir)/$(my_package_name).zip
62 $(hide) cd $(dir $@) && zip -rqX $(notdir $@) *
/build/tools/ijar/
DAndroid.mk10 LOCAL_SRC_FILES := classfile.cc ijar.cc zip.cc
DREADME.txt67 - in the .zip file format, for each file, the size field precedes
79 Also note that the zip file format has unnecessary duplication of
83 the already-emitted zip metadata entries in the output file, and
101 We assume that jar files are uncompressed v1.0 zip files (created
/build/core/tasks/check_boot_jars/
Dpackage_whitelist.txt42 java\.util\.zip