Home | History | Annotate | Download | only in zipalign

Lines Matching full:zip

1 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.