platform_system_core/libziparchive
Christian Poetzsch 3081c5ebfb libziparchive: use _FILE_OFFSET_BITS=64
On 32 bit system those calls may fail if one tries to unpack files which
are bigger than 2GB.

Use large file system support to fix this problem.

Test: unpack a file bigger than 2GB on 32 bit Android systems

Change-Id: Ibd9bd5fc4a2f8dc7df98bd595f4fd1638a4f0d4a
Signed-off-by: Christian Poetzsch <christian.potzsch@imgtec.com>
2016-12-21 12:05:10 +00:00
..
testdata Add functions in recovery/minzip to libziparchive 2016-10-15 23:16:34 -07:00
Android.bp libziparchive: use _FILE_OFFSET_BITS=64 2016-12-21 12:05:10 +00:00
entry_name_utils-inl.h Reject zip archives whose entry names are not valid UTF-8. 2014-12-08 12:25:05 +00:00
entry_name_utils_test.cc Reject zip archives whose entry names are not valid UTF-8. 2014-12-08 12:25:05 +00:00
zip_archive.cc Merge "ziparchive: Allow ExtractEntryToFile() to work with block device." 2016-11-15 22:11:21 +00:00
zip_archive_common.h Track rename of base/ to android-base/. 2015-12-04 22:00:26 -08:00
zip_archive_private.h Add functions in recovery/minzip to libziparchive 2016-10-15 23:16:34 -07:00
zip_archive_stream_entry.cc Add functions in recovery/minzip to libziparchive 2016-10-15 23:16:34 -07:00
zip_archive_test.cc Add functions in recovery/minzip to libziparchive 2016-10-15 23:16:34 -07:00
zip_writer.cc Fix warnings in libziparchive 2016-09-20 09:23:47 -07:00
zip_writer_test.cc libziparchive: port unit tests to darwin and windows. 2016-03-07 11:21:24 -08:00