Home
last modified time | relevance | path

Searched refs:_CompressedAsset (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/androidfw/
DAsset.cpp203 _CompressedAsset* pAsset; in createFromCompressedFile()
241 pAsset = new _CompressedAsset; in createFromCompressedFile()
282 _CompressedAsset* pAsset;
285 pAsset = new _CompressedAsset;
324 auto pAsset = util::make_unique<_CompressedAsset>(); in createFromCompressedMap()
739 _CompressedAsset::_CompressedAsset(void) in _CompressedAsset() function in _CompressedAsset
751 _CompressedAsset::~_CompressedAsset(void) in ~_CompressedAsset()
766 status_t _CompressedAsset::openChunk(int fd, off64_t offset, in openChunk()
799 status_t _CompressedAsset::openChunk(incfs::IncFsFileMap&& dataMap, size_t uncompressedLen) in openChunk()
822 ssize_t _CompressedAsset::read(void* buf, size_t count) in read()
[all …]
/frameworks/base/libs/androidfw/include/androidfw/
DAsset.h309 class _CompressedAsset : public Asset {
311 _CompressedAsset(void);
312 virtual ~_CompressedAsset(void);
/frameworks/base/libs/androidfw/tests/
DAsset_test.cpp33 Asset* asset = new _CompressedAsset(); in TEST()