replicant-frameworks_native/include/utils
Kenny Root dbf6f272a2 ZipFileRO: moar logging and wrap close
There is apparently still a race upon reading the entry Local File
Header that can't be tracked down, so move the LFH check inside the
mutex-protected block so we can call lseek again to see where we are
when we log an error.

Also, close() can fail so use TEMP_FAILURE_RETRY on it so we don't
unwittingly leak file descriptors when Mean Mr. EINTR comes a-knocking.

Change-Id: I753abad0bd882fe28f7281c406fa76f64393ef4c
2010-10-01 18:30:59 -07:00
..
ashmem.h
Asset.h Support streaming of compressed assets > 1 megabyte 2010-07-28 15:33:28 -07:00
AssetDir.h
AssetManager.h More native work. 2010-08-11 00:29:59 -07:00
Atomic.h
BackupHelpers.h
BitSet.h Add suuport for splitting touch events across windows. 2010-09-26 22:20:12 -07:00
BufferedTextOutput.h
ByteOrder.h
CallStack.h
Debug.h
Endian.h
Errors.h
FileMap.h
Flattenable.h remove a dependency of GraphicBuffer (libui) on Parcel (libbinder). 2010-02-21 23:27:25 -08:00
KeyedVector.h
List.h
Log.h
Looper.h Looper: use pthread_once for TLS key initialization. 2010-09-21 15:26:51 -07:00
misc.h
ObbFile.h Add OBB flags to support overlays 2010-08-18 09:34:58 -07:00
Pool.h Native input dispatch rewrite work in progress. 2010-06-13 17:42:16 -07:00
RefBase.h Fix a bug in sp<> and wp<> which could cause memory corruptions 2010-06-24 21:49:02 -07:00
ResourceTypes.h More native work. 2010-08-11 00:29:59 -07:00
SharedBuffer.h
Singleton.h Fix a typo in Singleton<> 2010-05-28 15:13:30 -07:00
SortedVector.h
StopWatch.h Native input dispatch rewrite work in progress. 2010-06-13 17:42:16 -07:00
StreamingZipInflater.h Support streaming of compressed assets > 1 megabyte 2010-07-28 15:33:28 -07:00
String8.h Add support for the PointerLocation overlay. 2010-08-11 14:46:32 -07:00
String16.h Optional use of UTF-8 strings in resource bundles 2009-12-07 15:14:15 -08:00
StringArray.h
SystemClock.h
TextOutput.h
threads.h added RWLock C++ wrapper 2010-05-19 15:12:59 -07:00
Timers.h
TypeHelpers.h
Vector.h Even more native input dispatch work in progress. 2010-06-17 13:27:16 -07:00
VectorImpl.h Even more native input dispatch work in progress. 2010-06-17 13:27:16 -07:00
ZipFileCRO.h ZipUtilsRO rewrite based on Dalvik Zip rewrite 2010-05-12 05:07:48 -07:00
ZipFileRO.h ZipFileRO: moar logging and wrap close 2010-10-01 18:30:59 -07:00
ZipUtils.h