Home
last modified time | relevance | path

Searched defs:apex_mounts (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/system/apex/apexd/
H A Dapexd_test.cpp1190 auto apex_mounts = GetApexMounts(); in TEST_F() local
1239 auto apex_mounts = GetApexMounts(); in TEST_F() local
1326 auto apex_mounts = GetApexMounts(); in TEST_F() local
1377 auto apex_mounts = GetApexMounts(); in TEST_F() local
1431 auto apex_mounts = GetApexMounts(); in TEST_F() local
1483 auto apex_mounts = GetApexMounts(); in TEST_F() local
1530 auto apex_mounts = GetApexMounts(); in TEST_F() local
1666 auto apex_mounts = GetApexMounts(); in TEST_F() local
1690 auto apex_mounts = GetApexMounts(); in TEST_F() local
1775 auto apex_mounts = GetApexMounts(); in TEST_F() local
[all …]
H A Dapexd_test_utils.h219 std::vector<std::string> apex_mounts; in GetApexMounts() local
254 std::vector<std::string> apex_mounts = GetApexMounts(); in SetUpApexTestEnvironment() local
H A Dapexd_vendor_apex.cpp37 static Result<bool> HasVintfIn(std::span<const std::string> apex_mounts) { in HasVintfIn()
H A Dapexd_utils_test.cpp277 auto apex_mounts = GetApexMounts(); in TEST() local