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

/frameworks/base/include/androidfw/
H A DAssetManager.h241 ZipFileRO* getZipFileLocked(const asset_path& path);
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp300 const ZipFileRO* zip = getZipFileLocked(ap);
827 pZip = getZipFileLocked(ap);
981 pZip = getZipFileLocked(ap);
1053 ZipFileRO* AssetManager::getZipFileLocked(const asset_path& ap) function in class:AssetManager
1055 ALOGV("getZipFileLocked() in %p\n", this);

Completed in 61 milliseconds