Searched refs:apexInfo (Results 1 – 2 of 2) sorted by relevance
100 apexInfo=$ROOT_OUT/apex/apex-info-list.xml101 echo "<?xml version=\"1.0\" encoding=\"utf-8\"?>" > $apexInfo102 echo "<apex-info-list>" > $apexInfo118 …preinstalledModulePath=\"$preinstalled_path\" isFactory=\"true\" isActive=\"true\" />" >> $apexInfo120 …reinstalledModulePath=\"$preinstalled_path\" isFactory=\"true\" isActive=\"false\" />" >> $apexInfo126 echo "</apex-info-list>" >> $apexInfo
201 [](const ApexInfo& apexInfo) { return apexInfo.isActive; }), in GetInactivePackages() argument256 [](ApexInfo& apexInfo) { return !apexInfo.isFactory; }), in GetFactoryPackages() argument1476 for (ApexInfo& apexInfo : *all_packages) { in TEST_F()1477 std::string package_string = GetPackageString(apexInfo); in TEST_F()1484 ASSERT_EQ(should_be_active, apexInfo.isActive) in TEST_F()1487 ASSERT_EQ(should_be_factory, apexInfo.isFactory) in TEST_F()