Searched refs:ass (Results 1 – 3 of 3) sorted by relevance
545 Asset* ass = NULL; in appendPathToResTable() local565 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()[all …]
10334 Association ass = sourceProcesses.valueAt(i4); in dumpAssociationsLocked() local10336 if (!ass.mTargetComponent.getPackageName().equals(dumpPackage) in dumpAssociationsLocked()10337 && UserHandle.getAppId(ass.mSourceUid) != dumpUid) { in dumpAssociationsLocked()10343 pw.print(ass.mTargetProcess); in dumpAssociationsLocked()10345 UserHandle.formatUid(pw, ass.mTargetUid); in dumpAssociationsLocked()10347 pw.print(ass.mSourceProcess); in dumpAssociationsLocked()10349 UserHandle.formatUid(pw, ass.mSourceUid); in dumpAssociationsLocked()10352 pw.print(ass.mTargetComponent.flattenToShortString()); in dumpAssociationsLocked()10355 long dur = ass.mTime; in dumpAssociationsLocked()10356 if (ass.mNesting > 0) { in dumpAssociationsLocked()[all …]
449 static void collect_files(const sp<AaptAssets>& ass, in collect_files() argument452 const Vector<sp<AaptDir> >& dirs = ass->resDirs(); in collect_files()467 ass->removeDir(d->getLeaf()); in collect_files()