Lines Matching refs:sharedRes
546 ResTable* sharedRes = NULL; in appendPathToResTable() local
557 sharedRes = const_cast<AssetManager*>(this)-> in appendPathToResTable()
559 if (sharedRes != NULL) { in appendPathToResTable()
561 nextEntryIdx = sharedRes->getTableCount(); in appendPathToResTable()
564 if (sharedRes == NULL) { in appendPathToResTable()
584 sharedRes = new ResTable(); in appendPathToResTable()
585 sharedRes->add(ass, idmap, nextEntryIdx + 1, false); in appendPathToResTable()
592 addSystemOverlays(overlaysListPath.string(), ap.path, sharedRes, nextEntryIdx); in appendPathToResTable()
594 sharedRes = const_cast<AssetManager*>(this)-> in appendPathToResTable()
595 mZipSet.setZipResourceTable(ap.path, sharedRes); in appendPathToResTable()
607 if ((ass != NULL || sharedRes != NULL) && ass != kExcludedAsset) { in appendPathToResTable()
609 if (sharedRes != NULL) { in appendPathToResTable()
611 mResources->add(sharedRes, ap.isSystemAsset); in appendPathToResTable()
704 const String8& targetPackagePath, ResTable* sharedRes, size_t offset) const in addSystemOverlays() argument
742 sharedRes->add(oass, oidmap, offset + 1, false); in addSystemOverlays()