Searched refs:testrelpath (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/tests/vfs/ |
| H A D | longpaths.c | 432 char *testrelpath = createpath(pathlen - cwdlen - 1, false, NULL); // -1 for the slash in test_getattrlist_fullpath() local 434 asprintf(&inpath, "%s/%s", cwd, testrelpath); in test_getattrlist_fullpath() 436 free(testrelpath); in test_getattrlist_fullpath() 478 char *testrelpath = createpath(pathlen - cwdlen - 1, false, &st); // -1 for the slash in test_getattrlist_relpath() local 480 asprintf(&inpath, "%s/%s", cwd, testrelpath); in test_getattrlist_relpath() 482 free(testrelpath); in test_getattrlist_relpath() 549 char *testrelpath = createpath(pathlen - mtptlen - cwdlen - 1, false, NULL); in test_getattrlist_nofirmlinkpath() 551 asprintf(&inpath, "%s%s/%s", mtpt, cwd, testrelpath); in test_getattrlist_nofirmlinkpath() 553 free(testrelpath); in test_getattrlist_nofirmlinkpath()
|