Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp1844 std::vector<ApexFileRef> fallback_apexes; in ActivateMissingApexes() local
1859 fallback_apexes.push_back(file_repository.GetPreInstalledApex(name)); in ActivateMissingApexes()
1865 for (auto it = fallback_apexes.begin(); it != fallback_apexes.end();) { in ActivateMissingApexes()
1868 it = fallback_apexes.erase(it); in ActivateMissingApexes()
1879 fallback_apexes.emplace_back(std::cref(apex_file)); in ActivateMissingApexes()
1886 for (const auto& apex : fallback_apexes) { in ActivateMissingApexes()
1890 return ActivateApexPackages(fallback_apexes, mode); in ActivateMissingApexes()