Searched refs:mZipSet (Results 1 – 3 of 3) sorted by relevance
106 private static final ZipSet mZipSet = new ZipSet(); field in CppAssetManager629 sharedRes = mZipSet.getZipResourceTable(ap.path); in appendPathToResTable_measured()636 ass = mZipSet.getZipResourceTableAsset(ap.path); in appendPathToResTable_measured()641 ass = mZipSet.setZipResourceTableAsset(ap.path, ass); in appendPathToResTable_measured()661 sharedRes = mZipSet.setZipResourceTable(ap.path, sharedRes); in appendPathToResTable_measured()929 return mZipSet.getZip(ap.path.string()); in getZipFileLocked()1267 pZip = mZipSet.getZip(ap.path.string()); in scanAndMergeZipLocked()
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