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()
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()
584 char *path = createpath(pathlen, false, NULL); in test_lstat()
600 char *parent = createpath(parentlen, true, NULL); in test_mkdirat()
618 char *path = createpath(pathlen, false, NULL); in test_open()
637 char *parent = createpath(parentlen, true, NULL); in test_open_create()
673 free(createpath(relpathlen, false, &st)); in test_open_volfs()
698 char *path = createpath(pathlen, false, NULL); in test_openat()
717 char *parent = createpath(parentlen, true, NULL); in test_openat_create()
767 char *path = createpath(pathlen, false, &st); in test_openbyid_np()
827 char *remainingpath = createpath(remaininglen - 1, false, &origst); // -1 for the slash in test_path_after_link()
850 char *src = createpath(pathlen, false, NULL); in test_renameatx_np()
872 char *parent = createpath(parentlen, true, NULL); in test_symlink_long2long()
909 char *parent = createpath(parentlen, true, NULL); in test_symlink_long2short()
941 char *path = createpath(pathlen, false, NULL); in test_symlink_short2long()
971 char *path = createpath(pathlen, false, NULL); in test_symlink_intermediate()
1046 char *path = createpath(pathlen, false, NULL); in test_unlinkat()
1060 char *path = createpath(pathlen, false, NULL); in test_xattr()