Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 12-Dec-2023 | - | ||||
Android.bp | H A D | 12-Dec-2023 | 967 | 42 | 35 | |
README.txt | H A D | 12-Dec-2023 | 325 | 11 | 6 | |
ZipEntry.cpp | H A D | 12-Dec-2023 | 4 KiB | 156 | 74 | |
ZipEntry.h | H A D | 12-Dec-2023 | 3 KiB | 118 | 54 | |
ZipFile.cpp | H A D | 12-Dec-2023 | 6.9 KiB | 242 | 130 | |
ZipFile.h | H A D | 12-Dec-2023 | 2.2 KiB | 85 | 35 | |
ZipTime.cpp | H A D | 12-Dec-2023 | 1.2 KiB | 49 | 23 |
README.txt
1ziptime -- zip timestamp tool 2 3usage: ziptime file.zip 4 5 file.zip is an existing Zip archive to rewrite 6 7 8This tools replaces the timestamps in the zip headers with a static time 9(Jan 1 2008). The extra fields are not changed, so you'll need to use the 10-X option to zip so that it doesn't create the 'universal time' extra. 11