Home | History | Annotate | Download | only in androidfw

Lines Matching refs:sharedRes

602     ResTable* sharedRes = NULL;
613 sharedRes = const_cast<AssetManager*>(this)->
615 if (sharedRes != NULL) {
617 nextEntryIdx = sharedRes->getTableCount();
620 if (sharedRes == NULL) {
640 sharedRes = new ResTable();
641 sharedRes->add(ass, idmap, nextEntryIdx + 1, false);
648 addSystemOverlays(overlaysListPath.string(), ap.path, sharedRes, nextEntryIdx);
650 sharedRes = const_cast<AssetManager*>(this)->
651 mZipSet.setZipResourceTable(ap.path, sharedRes);
663 if ((ass != NULL || sharedRes != NULL) && ass != kExcludedAsset) {
665 if (sharedRes != NULL) {
667 mResources->add(sharedRes, ap.isSystemAsset);
763 const String8& targetPackagePath, ResTable* sharedRes, size_t offset) const
795 sharedRes->add(oass, oidmap, offset + 1, false);