summaryrefslogtreecommitdiffstats
path: root/include/utils/FileMap.h
Commit message (Collapse)AuthorAgeFilesLines
* Change assets to use 64-bit APIKenny Root2010-12-081-3/+5
| | | | | | | | | | | | | 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
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+134
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-134/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+134