platform_build_soong/third_party/zip
Colin Cross 373147baa9 Support writing a ZIP64 file header
If the length of a stored file is more than 2^32 and a data descriptor
is not being used then a ZIP64 extra is required in the file header to
store the uncompressed and compressed lengths.

Bug: 175055267
Test: TestCopyFromZip64
Change-Id: Id414b4c04f48aefabfd835bd8339333d36576375
2020-12-17 15:08:50 -08:00
..
testdata Add archive/zip from go1.7rc5 tag 2016-08-10 16:10:16 -07:00
Android.bp Fix Zip64 behavior in zip2zip 2017-02-17 13:21:03 -08:00
android.go Fix zip64 reader when file size is < 4GB and 32 bit fields are -1 2020-08-06 15:48:04 -04:00
android_test.go Support writing a ZIP64 file header 2020-12-17 15:08:50 -08:00
example_test.go Add archive/zip from go1.7rc5 tag 2016-08-10 16:10:16 -07:00
reader.go Add archive/zip from go1.7rc5 tag 2016-08-10 16:10:16 -07:00
reader_test.go Add archive/zip from go1.7rc5 tag 2016-08-10 16:10:16 -07:00
register.go Add archive/zip from go1.7rc5 tag 2016-08-10 16:10:16 -07:00
struct.go Add archive/zip from go1.7rc5 tag 2016-08-10 16:10:16 -07:00
writer.go Support writing a ZIP64 file header 2020-12-17 15:08:50 -08:00
writer_test.go Add archive/zip from go1.7rc5 tag 2016-08-10 16:10:16 -07:00
zip_test.go Inclusive fix: change the word dummy to fake in zip_test.go 2020-07-28 18:21:10 +00:00