Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/vfs/
H A Dlongpaths.c72 createpath(size_t pathlen, bool leafisdir, struct stat *st) in createpath() function
214 char *path = createpath(MAXPATHLEN + 10, false, NULL);
318 char *path = createpath(pathlen, false, NULL); in test_access()
332 char *path = createpath(pathlen, false, NULL); in test_faccessat()
362 char *path = createpath(pathlen, false, &st); in test_F_GETPATH()
383 char *path = createpath(pathlen, false, NULL); in test_fstatat()
398 char *path = createpath(pathlen, false, &st); in test_getattrlist_fileID()
431 char *testrelpath = createpath(pathlen - cwdlen - 1, false, NULL); // -1 for the slash in test_getattrlist_fullpath()
476 char *testrelpath = createpath(pathlen - cwdlen - 1, false, &st); // -1 for the slash in test_getattrlist_relpath()
546 char *testrelpath = createpath(pathlen - mtptlen - cwdlen - 1, false, NULL); in test_getattrlist_nofirmlinkpath()
[all …]