Searched refs:active_apexes (Results 1 – 2 of 2) sorted by relevance
3705 auto active_apexes = GetActivePackages(); in OnOtaChrootBootstrap() local3709 [&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()
4321 auto active_apexes = GetActivePackages(); in TEST_F() local4322 ASSERT_EQ(1u, active_apexes.size()); in TEST_F()4323 ASSERT_EQ(path1, active_apexes[0].GetPath()); in TEST_F()