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

  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_dataset.c 2330 const char *relpath; local
2340 relpath = "";
2342 relpath = zhp->zfs_name + strlen(source);
2343 if (relpath[0] == '/')
2344 relpath++;
2365 relpath[0] != '\0'))
2368 if (relpath[0] == '\0')
2373 root, str, relpath[0] == '@' ? "" : "/",
2374 relpath);
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc 1422 const char* relpath = "."; local
1424 char* res = realpath(relpath, path);
1430 const char* relpath = "."; local
1431 char* res = realpath(relpath, NULL);
1440 const char* relpath = "."; local
1441 char* res = canonicalize_file_name(relpath);

Completed in 20 milliseconds