Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/include/androidfw/
DAssetManager.h318 const sp<SharedZip> getSharedZip(const String8& path);
/frameworks/base/libs/androidfw/
DAssetManager.cpp874 ap.zip = mZipSet.getSharedZip(ap.path); in getZipFileLocked()
1587 return getSharedZip(path)->getZip(); in getZip()
1590 const sp<AssetManager::SharedZip> AssetManager::ZipSet::getSharedZip(const String8& path) in getSharedZip() function in AssetManager::ZipSet