Home
last modified time | relevance | path

Searched refs:getZip (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/androidfw/include/androidfw/
DAssetManager.h266 ZipFileRO* getZip();
316 ZipFileRO* getZip(const String8& path);
/frameworks/base/libs/androidfw/
DAssetManager.cpp869 return ap.zip->getZip(); in getZipFileLocked()
880 return ap.zip != NULL ? ap.zip->getZip() : NULL; in getZipFileLocked()
1213 pZip = mZipSet.getZip(ap.path); in scanAndMergeZipLocked()
1474 ZipFileRO* AssetManager::SharedZip::getZip() in getZip() function in AssetManager::SharedZip
1585 ZipFileRO* AssetManager::ZipSet::getZip(const String8& path) in getZip() function in AssetManager::ZipSet
1587 return getSharedZip(path)->getZip(); in getZip()