HomeSort by relevance Sort by last modified time
    Searched refs:openChunk (Results 1 - 2 of 2) sorted by null

  /frameworks/base/include/androidfw/
Asset.h 226 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/
Asset.cpp 160 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)
419 status_t _FileAsset::openChunk(FileMap* dataMap)
698 status_t _CompressedAsset::openChunk(int fd, off64_t offset,
731 status_t _CompressedAsset::openChunk(FileMap* dataMap, int compressionMethod
    [all...]

Completed in 79 milliseconds