HomeSort by: relevance | last modified time | path
    Searched defs:relpath (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc 1422 const char* relpath = "."; local in function:TEST
1424 char* res = realpath(relpath, path);
1430 const char* relpath = "."; local in function:TEST
1431 char* res = realpath(relpath, NULL);
1440 const char* relpath = "."; local in function:TEST
1441 char* res = canonicalize_file_name(relpath);
msan_test.cc 1422 const char* relpath = "."; local in function:TEST
1424 char* res = realpath(relpath, path);
1430 const char* relpath = "."; local in function:TEST
1431 char* res = realpath(relpath, NULL);
1440 const char* relpath = "."; local in function:TEST
1441 char* res = canonicalize_file_name(relpath);

Completed in 26 milliseconds