Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp3317 std::vector<ApexFile> inactive_apexes = GetFactoryPackages(); in OnOtaChrootBootstrap() local
3319 inactive_apexes.begin(), inactive_apexes.end(), in OnOtaChrootBootstrap()
3326 inactive_apexes.erase(new_end, inactive_apexes.end()); in OnOtaChrootBootstrap()
3328 CollectApexInfoList(xml, active_apexes, inactive_apexes); in OnOtaChrootBootstrap()