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

/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetManager.h242 ZipFileRO* getZip();
291 ZipFileRO* getZip(const String8& path);
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp820 return mZipSet.getZip(ap.path);
1153 pZip = mZipSet.getZip(ap.path);
1395 ZipFileRO* AssetManager::SharedZip::getZip() function in class:AssetManager::SharedZip
1507 ZipFileRO* AssetManager::ZipSet::getZip(const String8& path) function in class:AssetManager::ZipSet
1515 return zip->getZip();

Completed in 237 milliseconds