Searched refs:_FileAsset (Results 1 – 3 of 3) sorted by relevance
151 _FileAsset* pAsset; in createFromFd()182 pAsset = new _FileAsset; in createFromFd()261 _FileAsset* pAsset;264 pAsset = new _FileAsset;305 auto pAsset = util::make_unique<_FileAsset>(); in createFromUncompressedMap()383 _FileAsset::_FileAsset(void) in _FileAsset() function in _FileAsset394 _FileAsset::~_FileAsset(void) in ~_FileAsset()408 status_t _FileAsset::openChunk(const char* fileName, int fd, off64_t offset, size_t length) in openChunk()454 status_t _FileAsset::openChunk(incfs::IncFsFileMap&& dataMap, base::unique_fd fd) in openChunk()472 ssize_t _FileAsset::read(void* buf, size_t count) in read()[all …]
252 class _FileAsset : public Asset {254 _FileAsset(void);255 ~_FileAsset(void) override;
25 Asset* asset = new _FileAsset(); in TEST()