Searched refs:openChunk (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/androidfw/
H A DAsset.cpp173 result = pAsset->openChunk(fileName, fd, 0, length);
232 result = pAsset->openChunk(fd, offset, method, uncompressedLen,
255 result = pAsset->openChunk(NULL, fd, offset, length);
274 result = pAsset->openChunk(fd, offset, compressionMethod,
294 result = pAsset->openChunk(dataMap);
307 status_t result = pAsset->openChunk(dataMap.get());
328 result = pAsset->openChunk(dataMap, uncompressedLen);
341 status_t result = pAsset->openChunk(dataMap.get(), uncompressedLen);
424 status_t _FileAsset::openChunk(const char* fileName, int fd, off64_t offset, size_t length) function in class:_FileAsset
470 status_t _FileAsset::openChunk(FileMa function in class:_FileAsset
756 status_t _CompressedAsset::openChunk(int fd, off64_t offset, function in class:_CompressedAsset
789 status_t _CompressedAsset::openChunk(FileMap* dataMap, size_t uncompressedLen) function in class:_CompressedAsset
[all...]
/frameworks/base/libs/androidfw/include/androidfw/
H A DAsset.h249 status_t openChunk(const char* fileName, int fd, off64_t offset, size_t length);
256 status_t openChunk(FileMap* dataMap);
304 status_t openChunk(int fd, off64_t offset, int compressionMethod,
312 status_t openChunk(FileMap* dataMap, size_t uncompressedLen);

Completed in 123 milliseconds