Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp3706 std::vector<ApexFile> inactive_apexes = GetFactoryPackages(); in OnOtaChrootBootstrap() local
3708 inactive_apexes.begin(), inactive_apexes.end(), in OnOtaChrootBootstrap()
3715 inactive_apexes.erase(new_end, inactive_apexes.end()); in OnOtaChrootBootstrap()
3717 CollectApexInfoList(xml, active_apexes, inactive_apexes); in OnOtaChrootBootstrap()