Searched defs:openChunk (Results 1 - 1 of 1) 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...]

Completed in 46 milliseconds