replicant-frameworks_native/libs/androidfw
Narayan Kamath a9d5701b03 AssetManager cookies should be int32_t and not void*.
Cookies are really indices into vectors and arrays, so
they don't need to be void*. We choose int32_t instead
of size_t to allow their width to be well specified.

Change-Id: I319f271bd4f102dee7cb9f00df4c75ea697456f5
2014-01-27 11:11:50 +00:00
..
tests Reimplement ZipFileRO in terms of libziparchive. 2013-12-09 16:34:30 +00:00
Android.mk Add libutils dependency for libandroidfw host build. 2013-12-11 19:16:11 +00:00
Asset.cpp Reimplement ZipFileRO in terms of libziparchive. 2013-12-09 16:34:30 +00:00
AssetDir.cpp
AssetManager.cpp AssetManager cookies should be int32_t and not void*. 2014-01-27 11:11:50 +00:00
BackupData.cpp
BackupHelpers.cpp
CursorWindow.cpp
misc.cpp
MODULE_LICENSE_APACHE2
NOTICE
ObbFile.cpp Re-apply androidfw fixes lost by the directory rearrangement. 2013-10-29 15:28:08 -07:00
ResourceTypes.cpp
StreamingZipInflater.cpp
ZipFileRO.cpp Reimplement ZipFileRO in terms of libziparchive. 2013-12-09 16:34:30 +00:00
ZipUtils.cpp Reimplement ZipFileRO in terms of libziparchive. 2013-12-09 16:34:30 +00:00