Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/include/androidfw/
DAssetManager.h95 bool appAsLib=false, bool isSystemAsset=false);
221 isSystemOverlay(false), isSystemAsset(false), assumeOwnership(false) {} in asset_path()
227 bool isSystemAsset; member
DResourceTypes.h1830 bool appAsLib=false, bool isSystemAsset=false);
1832 status_t add(ResTable* src, bool isSystemAsset=false);
2173 bool appAsLib, const int32_t cookie, bool copyData, bool isSystemAsset=false);
2188 bool appAsLib, bool isSystemAsset);
/frameworks/base/libs/androidfw/
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()
DResourceTypes.cpp3644 , isSystemAsset(_isSystemAsset) in PackageGroup()
3749 const bool isSystemAsset; member
4146 bool appAsLib, bool isSystemAsset) { in add() argument
4165 idmapData, idmapSize, appAsLib, cookie, copyData, isSystemAsset); in add()
4168 status_t ResTable::add(ResTable* src, bool isSystemAsset) in add() argument
4179 false /* appAsLib */, isSystemAsset || srcPg->isSystemAsset, srcPg->isDynamic); in add()
4220 bool appAsLib, const int32_t cookie, bool copyData, bool isSystemAsset) in addInternal() argument
4324 (ResTable_package*)chunk, header, appAsLib, isSystemAsset) != NO_ERROR) { in addInternal()
6295 if (!includeSystemConfigs && packageGroup->isSystemAsset) { in forEachConfiguration()
6675 const Header* const header, bool appAsLib, bool isSystemAsset) in parsePackage() argument
[all …]