Searched refs:isSystemAsset (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/androidfw/include/androidfw/ |
D | AssetManager.h | 95 bool appAsLib=false, bool isSystemAsset=false); 221 isSystemOverlay(false), isSystemAsset(false), assumeOwnership(false) {} in asset_path() 227 bool isSystemAsset; member
|
D | ResourceTypes.h | 1760 bool appAsLib=false, bool isSystemAsset=false); 1762 status_t add(ResTable* src, bool isSystemAsset=false); 2103 bool appAsLib, const int32_t cookie, bool copyData, bool isSystemAsset=false); 2118 bool appAsLib, bool isSystemAsset);
|
/frameworks/base/libs/androidfw/ |
D | AssetManager.cpp | 177 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()
|
D | ResourceTypes.cpp | 3529 , isSystemAsset(_isSystemAsset) in PackageGroup() 3633 const bool isSystemAsset; member 4030 bool appAsLib, bool isSystemAsset) { in add() argument 4049 idmapData, idmapSize, appAsLib, cookie, copyData, isSystemAsset); in add() 4052 status_t ResTable::add(ResTable* src, bool isSystemAsset) in add() argument 4063 false /* appAsLib */, isSystemAsset || srcPg->isSystemAsset, srcPg->isDynamic); in add() 4104 bool appAsLib, const int32_t cookie, bool copyData, bool isSystemAsset) in addInternal() argument 4208 (ResTable_package*)chunk, header, appAsLib, isSystemAsset) != NO_ERROR) { in addInternal() 6178 if (!includeSystemConfigs && packageGroup->isSystemAsset) { in forEachConfiguration() 6563 const Header* const header, bool appAsLib, bool isSystemAsset) in parsePackage() argument [all …]
|