Lines Matching refs:ass
546 Asset* ass = NULL; in appendPathToResTable() local
566 ass = const_cast<AssetManager*>(this)-> in appendPathToResTable()
568 if (ass == NULL) { in appendPathToResTable()
570 ass = const_cast<AssetManager*>(this)-> in appendPathToResTable()
574 if (ass != NULL && ass != kExcludedAsset) { in appendPathToResTable()
575 ass = const_cast<AssetManager*>(this)-> in appendPathToResTable()
576 mZipSet.setZipResourceTableAsset(ap.path, ass); in appendPathToResTable()
580 if (nextEntryIdx == 0 && ass != NULL) { in appendPathToResTable()
586 sharedRes->add(ass, idmap, nextEntryIdx + 1, false); in appendPathToResTable()
601 ass = const_cast<AssetManager*>(this)-> in appendPathToResTable()
608 if ((ass != NULL || sharedRes != NULL) && ass != kExcludedAsset) { in appendPathToResTable()
609 ALOGV("Installing resource asset %p in to table %p\n", ass, mResources); in appendPathToResTable()
615 mResources->add(ass, idmap, nextEntryIdx + 1, !shared, appAsLib, ap.isSystemAsset); in appendPathToResTable()
620 delete ass; in appendPathToResTable()
691 Asset* ass = NULL; in openIdmapLocked() local
693 ass = const_cast<AssetManager*>(this)-> in openIdmapLocked()
695 if (ass) { in openIdmapLocked()
701 return ass; in openIdmapLocked()