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 269 const ZipFileRO* zip = getZipFileLocked(ap);
794 pZip = getZipFileLocked(ap);
948 pZip = getZipFileLocked(ap);
1020 ZipFileRO* AssetManager::getZipFileLocked(const asset_path& ap)
1022 ALOGV("getZipFileLocked() in %p\n", this);
    [all...]

Completed in 1240 milliseconds