Lines Matching refs:sharedRes
547 ResTable* sharedRes = NULL; in appendPathToResTable() local
558 sharedRes = const_cast<AssetManager*>(this)-> in appendPathToResTable()
560 if (sharedRes != NULL) { in appendPathToResTable()
562 nextEntryIdx = sharedRes->getTableCount(); in appendPathToResTable()
565 if (sharedRes == NULL) { in appendPathToResTable()
585 sharedRes = new ResTable(); in appendPathToResTable()
586 sharedRes->add(ass, idmap, nextEntryIdx + 1, false); in appendPathToResTable()
593 addSystemOverlays(overlaysListPath.c_str(), ap.path, sharedRes, nextEntryIdx); in appendPathToResTable()
595 sharedRes = const_cast<AssetManager*>(this)-> in appendPathToResTable()
596 mZipSet.setZipResourceTable(ap.path, sharedRes); in appendPathToResTable()
608 if ((ass != NULL || sharedRes != NULL) && ass != kExcludedAsset) { in appendPathToResTable()
610 if (sharedRes != NULL) { in appendPathToResTable()
612 mResources->add(sharedRes, ap.isSystemAsset); in appendPathToResTable()
705 const String8& targetPackagePath, ResTable* sharedRes, size_t offset) const in addSystemOverlays() argument
743 sharedRes->add(oass, oidmap, offset + 1, false); in addSystemOverlays()