android_system_core/include
Adam Lesinski 537713bace libziparchive: Add ability to backup in ZipWriter
Based on the compressed size of a file entry,
the decision needs to be made to instead store the file
uncompressed. This adds support to ZipWriter to backup
its last file entry.

The file is now always truncated when the EOCD is written out,
to account for the case where a file entry is backed-up and the
resulting file written is much smaller, leaving garbage data at
the end of the file.

This change also includes a rename of FileInfo -> FileEntry.
This struct was private (now public), so it shouldn't affect any
clients.

Bug: 35461578
Test: make ziparchive-tests
Change-Id: I23dc584406274ab7b8ce62b3fbc3562ca4c2603e
2017-03-22 16:46:42 -07:00
..
android Revert "Continue using the legacy NDK android/log.h." 2017-01-30 22:14:59 +00:00
backtrace Test for _WIN32 in instead of USE_MINGW. 2016-10-05 09:37:44 -07:00
nativebridge Allow different namespace types for different classloaders 2016-11-04 15:21:13 -07:00
private Moved include/android_filesystem_*.h and canned_fs_config.h to libcutils 2017-03-21 17:34:58 -07:00
system DO NOT MERGE ANYWHERE Qemu-pipe: refactor qemu_pipe.h into libqemu_pipe 2017-03-01 16:33:44 -08:00
ziparchive libziparchive: Add ability to backup in ZipWriter 2017-03-22 16:46:42 -07:00
cutils Revert "Revert "Exporting C headers from system/core"" 2017-01-25 12:50:29 -08:00
log Revert "Revert "Exporting C headers from system/core"" 2017-01-25 12:50:29 -08:00
sysutils Exporting C++ headers from system/core 2017-01-24 22:51:36 +00:00
utils Exporting C++ headers from system/core 2017-01-24 22:51:36 +00:00