Lines Matching refs:_FileAsset
136 _FileAsset* pAsset; in createFromFile()
172 pAsset = new _FileAsset; in createFromFile()
251 _FileAsset* pAsset;
254 pAsset = new _FileAsset;
290 _FileAsset* pAsset; in createFromUncompressedMap()
293 pAsset = new _FileAsset; in createFromUncompressedMap()
307 std::unique_ptr<_FileAsset> pAsset = util::make_unique<_FileAsset>(); in createFromUncompressedMap()
401 _FileAsset::_FileAsset(void) in _FileAsset() function in _FileAsset
412 _FileAsset::~_FileAsset(void) in ~_FileAsset()
426 status_t _FileAsset::openChunk(const char* fileName, int fd, off64_t offset, size_t length) in openChunk()
472 status_t _FileAsset::openChunk(FileMap* dataMap) in openChunk()
489 ssize_t _FileAsset::read(void* buf, size_t count) in read()
555 off64_t _FileAsset::seek(off64_t offset, int whence) in seek()
579 void _FileAsset::close(void) in close()
611 const void* _FileAsset::getBuffer(bool wordAligned) in getBuffer()
676 int _FileAsset::openFileDescriptor(off64_t* outStart, off64_t* outLength) const in openFileDescriptor()
698 const void* _FileAsset::ensureAlignment(FileMap* map) in ensureAlignment()