Searched refs:clonefileat (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.1.9/libsyscall/wrappers/ |
| H A D | clonefile.c | 30 return clonefileat(AT_FDCWD, old, AT_FDCWD, new, flags); in clonefile()
|
| /xnu-12377.1.9/bsd/sys/ |
| H A D | clonefile.h | 48 int clonefileat(int, const char *, int, const char *, uint32_t) __OSX_AVAILABLE(10.12) __IOS_AVAILA…
|
| /xnu-12377.1.9/tests/vfs/ |
| H A D | resolve_beneath.c | 863 …T_EXPECT_POSIX_SUCCESS(clonefileat(test_fd, "inside_file.txt", test_fd, "inside_file_2.txt", CLONE… 867 …T_EXPECT_POSIX_FAILURE(clonefileat(test_fd, "symlink", test_fd, "inside_file_2.txt", CLONE_RESOLVE… 870 …T_EXPECT_POSIX_FAILURE(clonefileat(test_fd, "inside_file.txt", test_fd, "../outside_file.txt", CLO… 873 …T_EXPECT_POSIX_SUCCESS(clonefileat(test_fd, "nested/nested_file.txt", test_fd, "nested/nested_file… 877 …T_EXPECT_POSIX_SUCCESS(clonefileat(test_fd, "symlink_to_nested", test_fd, "nested/nested_file_2.tx… 881 …T_EXPECT_POSIX_FAILURE(clonefileat(test_fd, "/etc/passwd", test_fd, "inside_file_2.txt", CLONE_RES…
|
| /xnu-12377.1.9/bsd/man/man2/ |
| H A D | Makefile | 37 clonefileat.2 \
|
| /xnu-12377.1.9/bsd/vfs/ |
| H A D | vfs_syscalls.c | 9291 clonefileat(__unused proc_t p, struct clonefileat_args *uap, in clonefileat() function
|