Searched refs:mZipSet (Results 1 – 2 of 2) sorted by relevance
216 for (size_t idx = 0; mZipSet.getOverlay(ap.path, idx, &oap); idx++) { in addAssetPath()614 mZipSet.getZipResourceTable(ap.path); in appendPathToResTable()622 mZipSet.getZipResourceTableAsset(ap.path); in appendPathToResTable()631 mZipSet.setZipResourceTableAsset(ap.path, ass); in appendPathToResTable()651 mZipSet.setZipResourceTable(ap.path, sharedRes); in appendPathToResTable()797 const_cast<AssetManager*>(this)->mZipSet.addOverlay(targetPackagePath, oap); in addSystemOverlays()812 return mZipSet.isUpToDate(); in isUpToDate()1097 return mZipSet.getZip(ap.path); in getZipFileLocked()1499 pZip = mZipSet.getZip(ap.path); in scanAndMergeZipLocked()
374 ZipSet mZipSet; variable