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.h1971 bool appAsLib=false, bool isSystemAsset=false);
1973 status_t add(ResTable* src, bool isSystemAsset=false);
2315 bool appAsLib, const int32_t cookie, bool copyData, bool isSystemAsset=false);
2330 bool appAsLib, bool isSystemAsset);
/frameworks/base/libs/androidfw/
DAssetManager.cpp178 const String8& path, int32_t* cookie, bool appAsLib, bool isSystemAsset) { in addAssetPath() argument
213 ap.isSystemAsset = isSystemAsset; in addAssetPath()
225 oap.isSystemAsset = isSystemAsset; in addAssetPath()
612 mResources->add(sharedRes, ap.isSystemAsset); in appendPathToResTable()
615 mResources->add(ass, idmap, nextEntryIdx + 1, !shared, appAsLib, ap.isSystemAsset); in appendPathToResTable()
DResourceTypes.cpp3775 , isSystemAsset(_isSystemAsset) in PackageGroup()
3880 const bool isSystemAsset; member
4277 bool appAsLib, bool isSystemAsset) { in add() argument
4296 idmapData, idmapSize, appAsLib, cookie, copyData, isSystemAsset); in add()
4299 status_t ResTable::add(ResTable* src, bool isSystemAsset) in add() argument
4310 false /* appAsLib */, isSystemAsset || srcPg->isSystemAsset, srcPg->isDynamic); in add()
4351 bool appAsLib, const int32_t cookie, bool copyData, bool isSystemAsset) in addInternal() argument
4455 (ResTable_package*)chunk, header, appAsLib, isSystemAsset) != NO_ERROR) { in addInternal()
6448 if (!includeSystemConfigs && packageGroup->isSystemAsset) { in forEachConfiguration()
6832 const Header* const header, bool appAsLib, bool isSystemAsset) in parsePackage() argument
[all …]