HomeSort by relevance Sort by last modified time
    Searched refs:isSystemAsset (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/androidfw/include/androidfw/
AssetManager.h 91 bool appAsLib=false, bool isSystemAsset=false);
201 isSystemOverlay(false), isSystemAsset(false) {}
206 bool isSystemAsset;
ResourceTypes.h     [all...]
  /frameworks/base/libs/androidfw/
AssetManager.cpp 161 const String8& path, int32_t* cookie, bool appAsLib, bool isSystemAsset) {
196 ap.isSystemAsset = isSystemAsset;
208 oap.isSystemAsset = isSystemAsset;
328 return addAssetPath(path, NULL, false /* appAsLib */, true /* isSystemAsset */);
566 mResources->add(sharedRes, ap.isSystemAsset);
569 mResources->add(ass, idmap, nextEntryIdx + 1, !shared, appAsLib, ap.isSystemAsset);
    [all...]
ResourceTypes.cpp     [all...]

Completed in 169 milliseconds