Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_test.cpp965 auto apex_mounts = GetApexMounts(); in TEST_F() local
966 ASSERT_THAT(apex_mounts, in TEST_F()
1012 auto apex_mounts = GetApexMounts(); in TEST_F() local
1013 ASSERT_THAT(apex_mounts, in TEST_F()
1054 auto apex_mounts = GetApexMounts(); in TEST_F() local
1055 ASSERT_THAT(apex_mounts, in TEST_F()
1103 auto apex_mounts = GetApexMounts(); in TEST_F() local
1104 ASSERT_THAT(apex_mounts, in TEST_F()
1155 auto apex_mounts = GetApexMounts(); in TEST_F() local
1156 ASSERT_THAT(apex_mounts, in TEST_F()
[all …]
Dapexd_test_utils.h216 std::vector<std::string> apex_mounts; in GetApexMounts() local
219 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() local
254 for (const auto& mount : apex_mounts) { in SetUpApexTestEnvironment()
263 for (const auto& mount : apex_mounts) { in SetUpApexTestEnvironment()
Dapexd_utils_test.cpp275 auto apex_mounts = GetApexMounts(); in TEST() local
276 ASSERT_THAT(apex_mounts, UnorderedElementsAreArray(original_apex_mounts)); in TEST()