Home
last modified time | relevance | path

Searched defs:isSystemAsset (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/androidfw/include/androidfw/
DAssetManager.h227 bool isSystemAsset; member
/frameworks/base/libs/androidfw/
DResourceTypes.cpp3633 const bool isSystemAsset; member
4030 bool appAsLib, bool isSystemAsset) { in add()
4052 status_t ResTable::add(ResTable* src, bool isSystemAsset) in add()
4104 bool appAsLib, const int32_t cookie, bool copyData, bool isSystemAsset) in addInternal()
6563 const Header* const header, bool appAsLib, bool isSystemAsset) in parsePackage()
DAssetManager.cpp177 const String8& path, int32_t* cookie, bool appAsLib, bool isSystemAsset) { in addAssetPath()