Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetManager.h95 bool appAsLib=false, bool isSystemAsset=false);
221 isSystemOverlay(false), isSystemAsset(false), assumeOwnership(false) {} in asset_path()
227 bool isSystemAsset; member
H A DResourceTypes.h1960 bool appAsLib=false, bool isSystemAsset=false);
1962 status_t add(ResTable* src, bool isSystemAsset=false);
2303 bool appAsLib, const int32_t cookie, bool copyData, bool isSystemAsset=false);
2318 bool appAsLib, bool isSystemAsset);
/aosp14/frameworks/base/libs/androidfw/
H A DAssetManager.cpp177 const String8& path, int32_t* cookie, bool appAsLib, bool isSystemAsset) { in addAssetPath() argument
212 ap.isSystemAsset = isSystemAsset; in addAssetPath()
224 oap.isSystemAsset = isSystemAsset; in addAssetPath()
611 mResources->add(sharedRes, ap.isSystemAsset); in appendPathToResTable()
614 mResources->add(ass, idmap, nextEntryIdx + 1, !shared, appAsLib, ap.isSystemAsset); in appendPathToResTable()
H A DResourceTypes.cpp3687 , isSystemAsset(_isSystemAsset) in PackageGroup()
3792 const bool isSystemAsset; member
4189 bool appAsLib, bool isSystemAsset) { in add() argument
4208 idmapData, idmapSize, appAsLib, cookie, copyData, isSystemAsset); in add()
4211 status_t ResTable::add(ResTable* src, bool isSystemAsset) in add() argument
4222 false /* appAsLib */, isSystemAsset || srcPg->isSystemAsset, srcPg->isDynamic); in add()
4263 bool appAsLib, const int32_t cookie, bool copyData, bool isSystemAsset) in addInternal() argument
4367 (ResTable_package*)chunk, header, appAsLib, isSystemAsset) != NO_ERROR) { in addInternal()
6331 if (!includeSystemConfigs && packageGroup->isSystemAsset) { in forEachConfiguration()
6715 const Header* const header, bool appAsLib, bool isSystemAsset) in parsePackage() argument
[all …]