Home | History | Annotate | Download | only in tests

Lines Matching defs:relpath

1242   const char* relpath = ".";
1244 char* res = realpath(relpath, path);
1250 const char* relpath = ".";
1251 char* res = realpath(relpath, NULL);
1259 const char* relpath = ".";
1260 char* res = canonicalize_file_name(relpath);