Lines Matching refs:ass
545 Asset* ass = NULL; in appendPathToResTable() local
565 ass = const_cast<AssetManager*>(this)-> in appendPathToResTable()
567 if (ass == NULL) { in appendPathToResTable()
569 ass = const_cast<AssetManager*>(this)-> in appendPathToResTable()
573 if (ass != NULL && ass != kExcludedAsset) { in appendPathToResTable()
574 ass = const_cast<AssetManager*>(this)-> in appendPathToResTable()
575 mZipSet.setZipResourceTableAsset(ap.path, ass); in appendPathToResTable()
579 if (nextEntryIdx == 0 && ass != NULL) { in appendPathToResTable()
585 sharedRes->add(ass, idmap, nextEntryIdx + 1, false); in appendPathToResTable()
600 ass = const_cast<AssetManager*>(this)-> in appendPathToResTable()
607 if ((ass != NULL || sharedRes != NULL) && ass != kExcludedAsset) { in appendPathToResTable()
608 ALOGV("Installing resource asset %p in to table %p\n", ass, mResources); in appendPathToResTable()
614 mResources->add(ass, idmap, nextEntryIdx + 1, !shared, appAsLib, ap.isSystemAsset); in appendPathToResTable()
619 delete ass; in appendPathToResTable()
690 Asset* ass = NULL; in openIdmapLocked() local
692 ass = const_cast<AssetManager*>(this)-> in openIdmapLocked()
694 if (ass) { in openIdmapLocked()
700 return ass; in openIdmapLocked()