Searched refs:mZipSet (Results 1 – 2 of 2) sorted by relevance
224 for (size_t idx = 0; mZipSet.getOverlay(ap.path, idx, &oap); idx++) { in addAssetPath()559 mZipSet.getZipResourceTable(ap.path); in appendPathToResTable()567 mZipSet.getZipResourceTableAsset(ap.path); in appendPathToResTable()576 mZipSet.setZipResourceTableAsset(ap.path, ass); in appendPathToResTable()596 mZipSet.setZipResourceTable(ap.path, sharedRes); in appendPathToResTable()745 const_cast<AssetManager*>(this)->mZipSet.addOverlay(targetPackagePath, oap); in addSystemOverlays()765 return mZipSet.isUpToDate(); in isUpToDate()875 ap.zip = mZipSet.getSharedZip(ap.path); in getZipFileLocked()1213 pZip = mZipSet.getZip(ap.path); in scanAndMergeZipLocked()
345 ZipSet mZipSet; variable