Home
last modified time | relevance | path

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

/xnu-11417.121.6/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()
431 char *testrelpath = createpath(pathlen - cwdlen - 1, false, NULL); // -1 for the slash in test_getattrlist_fullpath()
468 size_t cwdlen = strlen(cwd); in test_getattrlist_relpath() local
470 if (pathlen + 1 <= cwdlen) { in test_getattrlist_relpath()
476 char *testrelpath = createpath(pathlen - cwdlen - 1, false, &st); // -1 for the slash in test_getattrlist_relpath()
520 size_t cwdlen = strlen(cwd); in test_getattrlist_nofirmlinkpath()
537 if (pathlen + 1 <= mtptlen + cwdlen) { in test_getattrlist_nofirmlinkpath()
546 char *testrelpath = createpath(pathlen - mtptlen - cwdlen - 1, false, NULL); in test_getattrlist_nofirmlinkpath()
663 size_t cwdlen = strlen(cwd); in test_open_volfs()
[all …]