Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/include/androidfw/
DAssetManager.h91 bool appAsLib=false, bool isSystemAsset=false);
201 isSystemOverlay(false), isSystemAsset(false) {} in asset_path()
206 bool isSystemAsset; member
DResourceTypes.h1650 bool appAsLib=false, bool isSystemAsset=false);
1652 status_t add(ResTable* src, bool isSystemAsset=false);
1980 bool appAsLib, const int32_t cookie, bool copyData, bool isSystemAsset=false);
1994 bool appAsLib, bool isSystemAsset);
/frameworks/base/libs/androidfw/
DAssetManager.cpp161 const String8& path, int32_t* cookie, bool appAsLib, bool isSystemAsset) { in addAssetPath() argument
196 ap.isSystemAsset = isSystemAsset; in addAssetPath()
208 oap.isSystemAsset = isSystemAsset; in addAssetPath()
566 mResources->add(sharedRes, ap.isSystemAsset); in appendPathToResTable()
569 mResources->add(ass, idmap, nextEntryIdx + 1, !shared, appAsLib, ap.isSystemAsset); in appendPathToResTable()
DResourceTypes.cpp3333 , isSystemAsset(_isSystemAsset) in PackageGroup()
3436 const bool isSystemAsset; member
3827 bool appAsLib, bool isSystemAsset) { in add() argument
3846 idmapData, idmapSize, appAsLib, cookie, copyData, isSystemAsset); in add()
3849 status_t ResTable::add(ResTable* src, bool isSystemAsset) in add() argument
3860 false /* appAsLib */, isSystemAsset || srcPg->isSystemAsset); in add()
3901 bool appAsLib, const int32_t cookie, bool copyData, bool isSystemAsset) in addInternal() argument
4005 (ResTable_package*)chunk, header, appAsLib, isSystemAsset) != NO_ERROR) { in addInternal()
5975 if (!includeSystemConfigs && packageGroup->isSystemAsset) { in forEachConfiguration()
6301 const Header* const header, bool appAsLib, bool isSystemAsset) in parsePackage() argument
[all …]