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

/frameworks/base/include/androidfw/
H A DAssetManager.h281 ZipFileRO* getZip();
325 ZipFileRO* getZip(const String8& path);
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp1042 return mZipSet.getZip(ap.path);
1446 pZip = mZipSet.getZip(ap.path);
1825 ZipFileRO* AssetManager::SharedZip::getZip() function in class:AssetManager::SharedZip
1927 ZipFileRO* AssetManager::ZipSet::getZip(const String8& path) function in class:AssetManager::ZipSet
1935 return zip->getZip();

Completed in 216 milliseconds