Lines Matching refs:createpath
72 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()
432 char *testrelpath = createpath(pathlen - cwdlen - 1, false, NULL); // -1 for the slash in test_getattrlist_fullpath()
478 char *testrelpath = createpath(pathlen - cwdlen - 1, false, &st); // -1 for the slash in test_getattrlist_relpath()
549 char *testrelpath = createpath(pathlen - mtptlen - cwdlen - 1, false, NULL); in test_getattrlist_nofirmlinkpath()
587 char *path = createpath(pathlen, false, NULL); in test_lstat()
603 char *parent = createpath(parentlen, true, NULL); in test_mkdirat()
621 char *path = createpath(pathlen, false, NULL); in test_open()
640 char *parent = createpath(parentlen, true, NULL); in test_open_create()
676 free(createpath(relpathlen, false, &st)); in test_open_volfs()
701 char *path = createpath(pathlen, false, NULL); in test_openat()
720 char *parent = createpath(parentlen, true, NULL); in test_openat_create()
770 char *path = createpath(pathlen, false, &st); in test_openbyid_np()
830 char *remainingpath = createpath(remaininglen - 1, false, &origst); // -1 for the slash in test_path_after_link()
853 char *src = createpath(pathlen, false, NULL); in test_renameatx_np()
875 char *parent = createpath(parentlen, true, NULL); in test_symlink_long2long()
912 char *parent = createpath(parentlen, true, NULL); in test_symlink_long2short()
944 char *path = createpath(pathlen, false, NULL); in test_symlink_short2long()
974 char *path = createpath(pathlen, false, NULL); in test_symlink_intermediate()
1052 char *path = createpath(pathlen, false, NULL); in test_unlinkat()
1066 char *path = createpath(pathlen, false, NULL); in test_xattr()