android_system_core/include
Narayan Kamath 7462f02f82 Unify zipfile implementations : Step 1.
Extract zip file processing logic from libdvm into a
standalone library.

This library is a stricter than the libdvm library in
several ways:
- Duplicate zip entry names are now disallowed. Files with
  such entries will fail to parse.
- We now verify CD file size information with the individual
  file header information. (This was pointed out as a deficiency
  of this implementation in past discussions.)
- We also add support for crc checking, which means we might
  need to parse the optional data descriptor footer (if one
  exists).

We also provide an API for iterating over the entries of
a zip file. This library is optimized for two use cases :

- Lookup for a single entry in the file, with the intention
  of processing or extracting the data associated with that
  entry
- Iterating over all entries in a file *and* processing
  / extracting their data.

Change-Id: Ia87de6184ef753cc470b0af755c47a4f92ac8198
2013-12-04 13:28:40 +00:00
..
android Remove libjnigraphics. moved to frameworks/base/native 2010-02-04 15:32:07 -08:00
backtrace Fix include files in backtrace.h. 2013-11-06 17:34:38 -08:00
corkscrew Add flush_my_map_info_list() and fix a bug in the Mac load_map_info_list(). 2013-05-14 19:49:30 -07:00
ctest auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
cutils am 08170103: am 91962669: Merge "cutils: list: add list_for_each_safe" 2013-09-25 11:36:02 -07:00
diskconfig diskconfig: Add missing include for loff_t 2012-07-23 16:11:59 -07:00
ion Fix build. 2013-11-21 22:09:46 -08:00
log Move liblog headers to system/core/include/log 2013-07-24 12:32:39 -07:00
memtrack Moves libmemtrack header to standard location 2013-09-23 18:42:41 -07:00
mincrypt Add support for ECDSA P-256 with SHA256 2013-10-09 17:04:50 -07:00
netutils libnetutils: Get mtu together with dhcp session results 2013-08-02 14:09:09 -07:00
pixelflinger pixelflinger: Fix function naming typo: gglBitBlti 2010-08-10 02:56:47 +08:00
private Richer SD card permissions through FUSE. 2013-08-08 17:26:41 -07:00
sync sync: factor sw_sync functionality out of header 2013-03-05 15:53:24 -08:00
system Fix rotation in camera2 API 2013-09-17 23:48:54 -07:00
sysutils Support parsing RDNSS ND options from netlink. 2013-11-20 10:31:19 +09:00
usbhost libusbhost: permits client polling on inotify wd 2012-12-10 11:12:35 +01:00
utils minor tweaks to FlattenableUtils 2013-08-01 12:47:58 -07:00
ziparchive Unify zipfile implementations : Step 1. 2013-12-04 13:28:40 +00:00
zipfile auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00