Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_common_test.cpp330 char *true_path = FindPathToBinary("true"); in TEST() local
331 EXPECT_NE((char*)0, internal_strstr(true_path, "/bin/true")); in TEST()
332 InternalFree(true_path); in TEST()