Home | History | Annotate | Download | only in tests

Lines Matching defs:relpath

965   const char* relpath = ".";
967 char* res = realpath(relpath, path);
973 const char* relpath = ".";
974 char* res = realpath(relpath, NULL);
982 const char* relpath = ".";
983 char* res = canonicalize_file_name(relpath);