platform_system_core/libziparchive
Narayan Kamath e97e66ea7c Use base::WriteFully in zip_archive.
We're already linking against libbase but we'll have to add
a libbase dependency to every target that includes libziparchive
as a STATIC_LIBRARY dependency, given that there's no way to
express that what we want (except by adding a LOCAL_WHOLE_STATIC_LIBRARY
dependency on libbase to libziparchive but that seems bad too)

Change-Id: I294ad389a9c61a1134a7bc323da25b0004a8f1e0
2015-04-29 14:31:45 +00:00
..
testdata libziparchive: fix issue with a directory with one file 2015-03-19 09:28:41 +00:00
Android.mk Prevent unaligned read in libziparchive. 2015-04-09 17:00:14 -07: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 Use base::WriteFully in zip_archive. 2015-04-29 14:31:45 +00:00
zip_archive_test.cc Avoid mapping output to memory while writing to a file. 2015-04-27 13:34:18 +01:00