Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp3705 auto active_apexes = GetActivePackages(); in OnOtaChrootBootstrap() local
3709 [&active_apexes](const ApexFile& apex) { in OnOtaChrootBootstrap()
3710 return std::any_of(active_apexes.begin(), active_apexes.end(), in OnOtaChrootBootstrap()
3717 CollectApexInfoList(xml, active_apexes, inactive_apexes); in OnOtaChrootBootstrap()
Dapexd_test.cpp4321 auto active_apexes = GetActivePackages(); in TEST_F() local
4322 ASSERT_EQ(1u, active_apexes.size()); in TEST_F()
4323 ASSERT_EQ(path1, active_apexes[0].GetPath()); in TEST_F()