Searched refs:apex_mounts (Results 1 – 3 of 3) sorted by relevance
965 auto apex_mounts = GetApexMounts(); in TEST_F() local966 ASSERT_THAT(apex_mounts, in TEST_F()1012 auto apex_mounts = GetApexMounts(); in TEST_F() local1013 ASSERT_THAT(apex_mounts, in TEST_F()1054 auto apex_mounts = GetApexMounts(); in TEST_F() local1055 ASSERT_THAT(apex_mounts, in TEST_F()1103 auto apex_mounts = GetApexMounts(); in TEST_F() local1104 ASSERT_THAT(apex_mounts, in TEST_F()1155 auto apex_mounts = GetApexMounts(); in TEST_F() local1156 ASSERT_THAT(apex_mounts, in TEST_F()[all …]
216 std::vector<std::string> apex_mounts; in GetApexMounts() local219 return apex_mounts; in GetApexMounts()227 apex_mounts.push_back(tokens[4]); in GetApexMounts()230 return apex_mounts; in GetApexMounts()251 std::vector<std::string> apex_mounts = GetApexMounts(); in SetUpApexTestEnvironment() local254 for (const auto& mount : apex_mounts) { in SetUpApexTestEnvironment()263 for (const auto& mount : apex_mounts) { in SetUpApexTestEnvironment()
275 auto apex_mounts = GetApexMounts(); in TEST() local276 ASSERT_THAT(apex_mounts, UnorderedElementsAreArray(original_apex_mounts)); in TEST()