Searched refs:testrelpath (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.121.6/tests/vfs/ |
| H A D | longpaths.c | 431 char *testrelpath = createpath(pathlen - cwdlen - 1, false, NULL); // -1 for the slash in test_getattrlist_fullpath() local 433 asprintf(&inpath, "%s/%s", cwd, testrelpath); in test_getattrlist_fullpath() 435 free(testrelpath); in test_getattrlist_fullpath() 476 char *testrelpath = createpath(pathlen - cwdlen - 1, false, &st); // -1 for the slash in test_getattrlist_relpath() local 478 asprintf(&inpath, "%s/%s", cwd, testrelpath); in test_getattrlist_relpath() 480 free(testrelpath); in test_getattrlist_relpath() 546 char *testrelpath = createpath(pathlen - mtptlen - cwdlen - 1, false, NULL); in test_getattrlist_nofirmlinkpath() 548 asprintf(&inpath, "%s%s/%s", mtpt, cwd, testrelpath); in test_getattrlist_nofirmlinkpath() 550 free(testrelpath); in test_getattrlist_nofirmlinkpath()
|