Home
last modified time | relevance | path

Searched defs:expected_links (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/linkerconfig/modules/tests/
H A Dnamespace_test.cc115 std::vector<std::string> expected_links = {"z", "a", "o"}; in TEST() local
/aosp12/system/core/init/
H A Ddevices_test.cpp33 const std::vector<std::string>& expected_links) { in TestGetSymlinks()