Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dlauncher-darwin.c103 static const char *find_client(const char *clientname) in find_client() function
151 int fd = open(find_client(clientname), O_RDONLY); in select_arch()
Dlauncher-linux.c90 static const char *find_client(const char *clientname) in find_client() function
143 clientname = find_client(clientname); in select_platform()