Lines Matching refs:apk_assets
106 bool AssetManager2::SetApkAssets(std::vector<const ApkAssets*> apk_assets, bool invalidate_caches) { in SetApkAssets() argument
107 apk_assets_ = std::move(apk_assets); in SetApkAssets()
141 for (const ApkAssets* apk_assets : sorted_apk_assets) { in BuildDynamicRefTable() local
143 if (auto loaded_idmap = apk_assets->GetLoadedIdmap(); loaded_idmap != nullptr) { in BuildDynamicRefTable()
168 apk_assets_cookies[apk_assets]}); in BuildDynamicRefTable()
172 const LoadedArsc* loaded_arsc = apk_assets->GetLoadedArsc(); in BuildDynamicRefTable()
202 package_group->cookies_.push_back(apk_assets_cookies[apk_assets]); in BuildDynamicRefTable()
211 if (auto apk_assets_path = apk_assets->GetPath()) { in BuildDynamicRefTable()
243 for (const auto& apk_assets : apk_assets_) { in DumpToLog() local
244 base::StringAppendF(&list, "%s,", apk_assets->GetDebugName().c_str()); in DumpToLog()
332 for (const auto& apk_assets : apk_assets_) { in GetOverlayablesToString() local
333 const LoadedArsc* loaded_arsc = apk_assets->GetLoadedArsc(); in GetOverlayablesToString()
435 auto apk_assets = apk_assets_[package_group.cookies_[i]]; in GetResourceConfigurations() local
436 if (exclude_system && apk_assets->IsOverlay() && in GetResourceConfigurations()
437 non_system_overlays.find(apk_assets) == non_system_overlays.end()) { in GetResourceConfigurations()
465 auto apk_assets = apk_assets_[package_group.cookies_[i]]; in GetResourceLocales() local
466 if (exclude_system && apk_assets->IsOverlay() && in GetResourceLocales()
467 non_system_overlays.find(apk_assets) == non_system_overlays.end()) { in GetResourceLocales()
499 const ApkAssets* apk_assets = *iter; in OpenDir() local
500 if (apk_assets->IsOverlay()) { in OpenDir()
508 info.setSourceName(String8(apk_assets->GetDebugName().c_str())); in OpenDir()
512 if (!apk_assets->GetAssetsProvider()->ForEachFile(full_path, func)) { in OpenDir()