]> git.saurik.com Git - android/aapt.git/commit
Change assets to use 64-bit API
authorKenny Root <kroot@google.com>
Wed, 24 Nov 2010 20:56:06 +0000 (12:56 -0800)
committerKenny Root <kroot@google.com>
Wed, 8 Dec 2010 19:21:30 +0000 (11:21 -0800)
commit58f944ba35a85b706382a4ceff8038828eb052fc
tree1a4cbda2ad2cdf688dff340368c5af21118a9c5a
parent460ed1b2ca88533065cacf04126c5813a21f5c29
Change assets to use 64-bit API

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
Package.cpp
Resource.cpp
StringPool.cpp