Home
last modified time | relevance | path

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

/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/
H A DCppAssetManager.java106 private static final ZipSet mZipSet = new ZipSet(); field in CppAssetManager
629 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()
/aosp_15_r20/frameworks/base/libs/androidfw/
H A DAssetManager.cpp224 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()
/aosp_15_r20/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetManager.h345 ZipSet mZipSet; variable