Home
last modified time | relevance | path

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

/frameworks/base/include/androidfw/
DAssetManager.h298 ZipFileRO* getZip();
347 ZipFileRO* getZip(const String8& path);
/frameworks/base/libs/androidfw/
DAssetManager.cpp1097 return mZipSet.getZip(ap.path); in getZipFileLocked()
1499 pZip = mZipSet.getZip(ap.path); in scanAndMergeZipLocked()
1888 ZipFileRO* AssetManager::SharedZip::getZip() in getZip() function in AssetManager::SharedZip
2006 ZipFileRO* AssetManager::ZipSet::getZip(const String8& path) in getZip() function in AssetManager::ZipSet
2014 return zip->getZip(); in getZip()