HomeSort by relevance Sort by last modified time
    Searched refs:getZipFileLocked (Results 1 - 2 of 2) sorted by null

  /frameworks/base/include/androidfw/
AssetManager.h 241 ZipFileRO* getZipFileLocked(const asset_path& path);
  /frameworks/base/libs/androidfw/
AssetManager.cpp 299 const ZipFileRO* zip = getZipFileLocked(ap);
826 pZip = getZipFileLocked(ap);
980 pZip = getZipFileLocked(ap);
1052 ZipFileRO* AssetManager::getZipFileLocked(const asset_path& ap)
1054 ALOGV("getZipFileLocked() in %p\n", this);
    [all...]

Completed in 263 milliseconds