Searched refs:mZipSet (Results 1 – 2 of 2) sorted by relevance
223 for (size_t idx = 0; mZipSet.getOverlay(ap.path, idx, &oap); idx++) { in addAssetPath()558 mZipSet.getZipResourceTable(ap.path); in appendPathToResTable()566 mZipSet.getZipResourceTableAsset(ap.path); in appendPathToResTable()575 mZipSet.setZipResourceTableAsset(ap.path, ass); in appendPathToResTable()595 mZipSet.setZipResourceTable(ap.path, sharedRes); in appendPathToResTable()744 const_cast<AssetManager*>(this)->mZipSet.addOverlay(targetPackagePath, oap); in addSystemOverlays()764 return mZipSet.isUpToDate(); in isUpToDate()874 ap.zip = mZipSet.getSharedZip(ap.path); in getZipFileLocked()1213 pZip = mZipSet.getZip(ap.path); in scanAndMergeZipLocked()
345 ZipSet mZipSet; variable