summaryrefslogtreecommitdiffstats
path: root/include/utils/Compat.h
Commit message (Collapse)AuthorAgeFilesLines
* remove libutilsAlex Ray2013-07-311-65/+0
| | | | | | | libutils is being moved from frameworks/native/ to system/core/ in order to facilitate native C++ platform (non-frameworks) code. Change-Id: I44089fb960591a40b8a9c30faabb10459d107d71
* Add TEMP_FAILURE_RETRY to ZipUtilsKenny Root2012-10-161-0/+23
| | | | Change-Id: I275c415f14eeffaf9a58d45f3ea014d766441ec3
* Change assets to use 64-bit APIKenny Root2010-12-081-0/+42
The asset system and supporting libraries were using off_t instead of off64_t to access files larger than 2GB (32-bit signed). This change replaces all off_t with off64_t and lseek64. There is a new utils/Compat.h added for Mac OS compatibility. Also fixed some size-related compiler warnings. Bug: 3205336 Change-Id: I9097b3cb7a602e811fe52f245939d8975da55e9e