Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp1660 std::vector<ApexFileRef> fallback_apexes; in ActivateMissingApexes() local
1675 fallback_apexes.push_back(file_repository.GetPreInstalledApex(name)); in ActivateMissingApexes()
1681 for (auto it = fallback_apexes.begin(); it != fallback_apexes.end();) { in ActivateMissingApexes()
1684 it = fallback_apexes.erase(it); in ActivateMissingApexes()
1694 fallback_apexes.emplace_back(std::cref(apex_file)); in ActivateMissingApexes()
1697 return ActivateApexPackages(fallback_apexes, is_ota_chroot); in ActivateMissingApexes()