android_system_core/libziparchive
Nick Kralevich 3bdf744a55 zip_archive.cc: add O_CLOEXEC
Prevent file descriptors from leaking across an exec() boundary.

Bug: 120983106
Test: compiles and boots
Change-Id: I392b0767674b557b1e4404a2ba63bc48e3e37b24
2018-12-18 12:48:06 -08:00
..
include/ziparchive More Mac build fixes. 2018-10-26 10:53:24 -07:00
testdata
.clang-format
Android.bp TEST_MAPPING: add the rest of our actively maintained tests. 2018-10-30 11:24:57 -07:00
OWNERS
entry_name_utils-inl.h
entry_name_utils_test.cc
unzip.cpp
zip_archive.cc zip_archive.cc: add O_CLOEXEC 2018-12-18 12:48:06 -08:00
zip_archive_benchmark.cpp
zip_archive_common.h
zip_archive_private.h Add a simple MappedFile to libbase and switch fastboot and libziparchive over. 2018-10-23 13:20:49 -07:00
zip_archive_stream_entry.cc
zip_archive_test.cc Fix double closes in ziparchive tests. 2018-11-16 19:54:41 +00:00
zip_writer.cc Add a simple MappedFile to libbase and switch fastboot and libziparchive over. 2018-10-23 13:20:49 -07:00
zip_writer_test.cc