Home | History | Annotate | Download | only in tests

Lines Matching defs:relpath

1309   const char* relpath = ".";
1311 char* res = realpath(relpath, path);
1317 const char* relpath = ".";
1318 char* res = realpath(relpath, NULL);
1328 const char* relpath = ".";
1329 char* res = canonicalize_file_name(relpath);