Home
last modified time | relevance | path

Searched refs:cwdlen (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/tests/vfs/
H A Dlongpaths.c424 size_t cwdlen = strlen(cwd); in test_getattrlist_fullpath() local
426 if (pathlen + 1 <= cwdlen) { in test_getattrlist_fullpath()
432 char *testrelpath = createpath(pathlen - cwdlen - 1, false, NULL); // -1 for the slash in test_getattrlist_fullpath()
469 size_t cwdlen = strlen(cwd); in test_getattrlist_relpath() local
471 if (pathlen + 1 <= cwdlen) { in test_getattrlist_relpath()
478 char *testrelpath = createpath(pathlen - cwdlen - 1, false, &st); // -1 for the slash in test_getattrlist_relpath()
522 size_t cwdlen = strlen(cwd); in test_getattrlist_nofirmlinkpath()
539 if (pathlen + 1 <= mtptlen + cwdlen) { in test_getattrlist_nofirmlinkpath()
549 char *testrelpath = createpath(pathlen - mtptlen - cwdlen - 1, false, NULL); in test_getattrlist_nofirmlinkpath()
666 size_t cwdlen = strlen(cwd); in test_open_volfs()
[all …]