platform_system_core/include/ziparchive
Adam Lesinski b1911401e0 libziparchive: ensure ReadAtOffset is atomic
ag/880725 modified ReadAtOffset to seek then read from the open
file descriptor. Previously pread64 was used to provide atomic
behaviour.

This causes races when multiple threads are trying to access data from
the file. This is supported, so this change reverts the relevant parts
of the above CL to restore the old behaviour.
Bug:27563413

Change-Id: I7bffd78da8c558745dfc3c072ba9691b1b15bb5b
2016-03-09 17:17:19 -08:00
..
zip_archive.h libziparchive: ensure ReadAtOffset is atomic 2016-03-09 17:17:19 -08:00
zip_archive_stream_entry.h Add a ZipArchiveStreamEntry class. 2016-01-14 12:30:20 -08:00
zip_writer.h Allow setting an arbitrary alignment for an entry. 2016-01-19 13:55:53 -08:00