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

/frameworks/base/include/androidfw/
H A DAsset.h226 status_t openChunk(const char* fileName, int fd, off64_t offset, size_t length);
233 status_t openChunk(FileMap* dataMap);
281 status_t openChunk(int fd, off64_t offset, int compressionMethod,
289 status_t openChunk(FileMap* dataMap, int compressionMethod,
/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 229 milliseconds