platform_system_core/libziparchive
Piotr Jastrzebski ecccc5ad93 Replace char* with ZipEntryName in ziparchive API.
It's important because entry names can be encoded in UTF-8 and can have \0
character in the middle.
Use vector instead of char* for prefix in IterationHandle.

Bug: 16162465
Change-Id: Ie34c8d7c6231cc258530c22bdde5542895213649
2014-08-15 12:39:45 +01:00
..
testdata Add unit tests for libziparchive. 2013-12-10 16:48:50 +00:00
Android.mk Replace char* with ZipEntryName in ziparchive API. 2014-08-15 12:39:45 +01:00
zip_archive.cc Replace char* with ZipEntryName in ziparchive API. 2014-08-15 12:39:45 +01:00
zip_archive_test.cc Replace char* with ZipEntryName in ziparchive API. 2014-08-15 12:39:45 +01:00