Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DCppAssetManager.java67 boolean isSystemAsset) { in asset_path() argument
72 this.isSystemAsset = isSystemAsset; in asset_path()
79 boolean isSystemAsset; field in CppAssetManager.asset_path
88 ", isSystemAsset=" + isSystemAsset + in toString()
225 final String8 path, @Nullable Ref<Integer> cookie, boolean appAsLib, boolean isSystemAsset) { in addAssetPath() argument
260 ap.isSystemAsset = isSystemAsset; in addAssetPath()
571 "load binary " + (ap.isSystemAsset ? "framework" : "app") + " resources", in appendPathToResTable()
666 mResources.add(sharedRes, ap.isSystemAsset); in appendPathToResTable_measured()
669 mResources.add(ass, idmap, nextEntryIdx + 1, !shared, appAsLib, ap.isSystemAsset); in appendPathToResTable_measured()
1777 assetPaths.add(new AssetPath(fsFile, asset_path.isSystemAsset)); in getAssetPaths()
DResTable.java147 boolean appAsLib, boolean isSystemAsset) { in add() argument
166 idmapData, idmapSize, appAsLib, cookie, copyData, isSystemAsset); in add()
169 int add(ResTable src, boolean isSystemAsset) in add() argument
179 false /* appAsLib */, isSystemAsset || srcPg.isSystemAsset, srcPg.isDynamic); in add()
222 boolean appAsLib, final int cookie, boolean copyData, boolean isSystemAsset) in addInternal() argument
331 …new ResTable_package(chunk.myBuf(), chunk.myOffset()), header, appAsLib, isSystemAsset) != NO_ERRO… in addInternal()
722 Header header, boolean appAsLib, boolean isSystemAsset)
772 } else if (id == 0 || (id == 0x7f && appAsLib) || isSystemAsset) {
810 group = new PackageGroup(this, new String(pkg.name), id, appAsLib, isSystemAsset, isDynamic);
2476 this.isSystemAsset = _isSystemAsset; in PackageGroup()
[all …]