Home | History | Annotate | Download | only in androidfw

Lines Matching full:sharedres

650         ResTable* sharedRes = NULL;
660 sharedRes = const_cast<AssetManager*>(this)->
663 if (sharedRes == NULL) {
683 sharedRes = new ResTable();
684 sharedRes->add(ass, (void*)(i+1), false, idmap);
685 sharedRes = const_cast<AssetManager*>(this)->
686 mZipSet.setZipResourceTable(ap.path, sharedRes);
697 if ((ass != NULL || sharedRes != NULL) && ass != kExcludedAsset) {
703 if (sharedRes != NULL) {
705 rt->add(sharedRes);