Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Android.bp | D | 23-Mar-2024 | 897 | 38 | 32 | |
README.txt | D | 23-Mar-2024 | 325 | 11 | 6 | |
ZipEntry.cpp | D | 23-Mar-2024 | 4 KiB | 156 | 74 | |
ZipEntry.h | D | 23-Mar-2024 | 3 KiB | 118 | 54 | |
ZipFile.cpp | D | 23-Mar-2024 | 6.9 KiB | 242 | 130 | |
ZipFile.h | D | 23-Mar-2024 | 2.2 KiB | 85 | 35 | |
ZipTime.cpp | D | 23-Mar-2024 | 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