Home
last modified time | relevance | path

Searched refs:ass (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/androidfw/
DAssetManager.cpp546 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()
[all …]
/frameworks/base/tools/aapt/
DResource.cpp452 static void collect_files(const sp<AaptAssets>& ass, in collect_files() argument
455 const Vector<sp<AaptDir> >& dirs = ass->resDirs(); in collect_files()
470 ass->removeDir(d->getLeaf()); in collect_files()