Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp3316 auto active_apexes = GetActivePackages(); in OnOtaChrootBootstrap() local
3320 [&active_apexes](const ApexFile& apex) { in OnOtaChrootBootstrap()
3321 return std::any_of(active_apexes.begin(), active_apexes.end(), in OnOtaChrootBootstrap()
3328 CollectApexInfoList(xml, active_apexes, inactive_apexes); in OnOtaChrootBootstrap()