Searched refs:getZip (Results 1 – 2 of 2) sorted by relevance
266 ZipFileRO* getZip();316 ZipFileRO* getZip(const String8& path);
869 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::SharedZip1585 ZipFileRO* AssetManager::ZipSet::getZip(const String8& path) in getZip() function in AssetManager::ZipSet1587 return getSharedZip(path)->getZip(); in getZip()