android_system_core/libziparchive
Elliott Hughes b70d19e75e libziparchive: use lseek directly.
The Mac doesn't have lseek64, and this code is built with
_FILE_OFFSET_BITS=64 anyway.

Bug: N/A
Test: ran tests
Change-Id: Ibda49c44ecfbe21b304e163e48f7ea42d97e38a7
2018-10-26 21:27:38 -07:00
..
include/ziparchive More Mac build fixes. 2018-10-26 10:53:24 -07:00
testdata
.clang-format
Android.bp More Mac build fixes. 2018-10-26 10:53:24 -07:00
OWNERS
entry_name_utils-inl.h
entry_name_utils_test.cc
unzip.cpp
zip_archive.cc Yet another Mac fix. 2018-10-26 16:14:21 -07: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 libziparchive: use lseek directly. 2018-10-26 21:27:38 -07: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