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

/frameworks/base/libs/androidfw/
H A DAsset.cpp160 result = pAsset->openChunk(fileName, fd, 0, length);
219 result = pAsset->openChunk(fd, offset, method, uncompressedLen,
242 result = pAsset->openChunk(NULL, fd, offset, length);
261 result = pAsset->openChunk(fd, offset, compressionMethod,
281 result = pAsset->openChunk(dataMap);
299 result = pAsset->openChunk(dataMap, method, uncompressedLen);
373 status_t _FileAsset::openChunk(const char* fileName, int fd, off64_t offset, size_t length) function in class:_FileAsset
419 status_t _FileAsset::openChunk(FileMap* dataMap) function in class:_FileAsset
698 status_t _CompressedAsset::openChunk(int fd, off64_t offset, function in class:_CompressedAsset
731 status_t _CompressedAsset::openChunk(FileMa function in class:_CompressedAsset
[all...]

Completed in 45 milliseconds