Home
last modified time | relevance | path

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

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