Lines Matching full:zip
49 that contains the offsets and sizes for the ZIP entries. An example
55 system update client. System update client can then fetch individual ZIP
60 input_file: The input ZIP filename that doesn't contain the package METADATA
62 output_file: The final output ZIP filename.
83 prelim_signing = MakeTempFile(suffix='.zip')
94 # SignOutput(), which in turn calls signapk.jar, will possibly reorder the ZIP
97 # the ZIP entry offsets, write back the final metadata and do the final
106 # preliminary signing works, based on the already ordered ZIP entries, to
124 # Reopen the final signed zip to double check the streaming metadata.
137 """Writes the metadata to the zip archive or a file.
364 combinations = [dict(zip(keys, values))
413 the whole package signing (with signapk.jar) will possibly reorder the ZIP
414 entries, which may in turn invalidate earlier computed ZIP entry offset/size
446 input_zip: The input ZIP file.
460 The input ZIP file has been signed, with the ZIP entries in the desired
461 place (signapk.jar will possibly reorder the ZIP entries). Now we compute
462 the ZIP entry offsets and construct the property-files string with actual
468 input_zip: The input ZIP file.
491 """Verifies the input ZIP file contains the expected property-files string.
494 input_zip: The input ZIP file.
509 zip_file: The input ZIP file.
518 """Computes the zip entry offset and size."""
552 This applies to tokens without actual ZIP entries, such as
557 input_zip: The input zip file.