Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/kyua-cli/dist/engine/
H A Dtesters.cpp72 static testers_map interfaces_to_testers; variable
192 if (interfaces_to_testers.empty()) in tester_path()
193 load_testers(interfaces_to_testers); in tester_path()
195 const testers_map::const_iterator iter = interfaces_to_testers.find( in tester_path()
197 if (iter == interfaces_to_testers.end()) in tester_path()