Home
last modified time | relevance | path

Searched refs:mZipSet (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/androidfw/
DAssetManager.cpp207 for (size_t idx = 0; mZipSet.getOverlay(ap.path, idx, &oap); idx++) { in addAssetPath()
513 mZipSet.getZipResourceTable(ap.path); in appendPathToResTable()
521 mZipSet.getZipResourceTableAsset(ap.path); in appendPathToResTable()
530 mZipSet.setZipResourceTableAsset(ap.path, ass); in appendPathToResTable()
550 mZipSet.setZipResourceTable(ap.path, sharedRes); in appendPathToResTable()
698 const_cast<AssetManager*>(this)->mZipSet.addOverlay(targetPackagePath, oap); in addSystemOverlays()
718 return mZipSet.isUpToDate(); in isUpToDate()
820 return mZipSet.getZip(ap.path); in getZipFileLocked()
1153 pZip = mZipSet.getZip(ap.path); in scanAndMergeZipLocked()
/frameworks/base/libs/androidfw/include/androidfw/
DAssetManager.h318 ZipSet mZipSet; variable