Searched refs:clonefile (Results 1 – 8 of 8) sorted by relevance
| /xnu-12377.81.4/libsyscall/wrappers/ |
| H A D | clonefile.c | 28 clonefile(const char *old, const char *new, uint32_t flags) in clonefile() function
|
| /xnu-12377.81.4/bsd/sys/ |
| H A D | clonefile.h | 52 int clonefile(const char *, const char *, uint32_t) __OSX_AVAILABLE(10.12) __IOS_AVAILABLE(10.0) __…
|
| H A D | Makefile | 35 buf.h cdefs.h clonefile.h conf.h constrained_ctypes.h \ 68 clonefile.h \
|
| /xnu-12377.81.4/tests/vfs/ |
| H A D | resolve_beneath.c | 842 …T_EXPECT_POSIX_SUCCESS(clonefile("inside_file.txt", "inside_file_2.txt", CLONE_RESOLVE_BENEATH), "… 846 …T_EXPECT_POSIX_FAILURE(clonefile("symlink", "inside_file_2.txt", CLONE_RESOLVE_BENEATH), ENOTCAPAB… 849 …T_EXPECT_POSIX_FAILURE(clonefile("inside_file.txt", "../outside_file.txt", CLONE_RESOLVE_BENEATH),… 852 …T_EXPECT_POSIX_SUCCESS(clonefile("nested/nested_file.txt", "nested/nested_file_2.txt", CLONE_RESOL… 856 …T_EXPECT_POSIX_SUCCESS(clonefile("symlink_to_nested", "nested/nested_file_2.txt", CLONE_RESOLVE_BE… 860 …T_EXPECT_POSIX_FAILURE(clonefile("/etc/passwd", "inside_file_2.txt", CLONE_RESOLVE_BENEATH), ENOTC…
|
| /xnu-12377.81.4/bsd/man/man2/ |
| H A D | Makefile | 36 clonefile.2 \
|
| /xnu-12377.81.4/libsyscall/Libsyscall.xcodeproj/ |
| H A D | project.pbxproj | 283 …E214BDC81C2E358300CEE8A3 /* clonefile.c in Sources */ = {isa = PBXBuildFile; fileRef = E214BDC71C2… 707 …1C2E34E200CEE8A3 /* clonefile.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 898 E214BDC71C2E34E200CEE8A3 /* clonefile.c */, 1487 E214BDC81C2E358300CEE8A3 /* clonefile.c in Sources */,
|
| /xnu-12377.81.4/tests/ |
| H A D | file_leases.c | 549 err = clonefile(testfile, destfile, CLONE_NOFOLLOW);
|
| /xnu-12377.81.4/bsd/vfs/ |
| H A D | kpi_vfs.c | 6065 DTRACE_FSINFO(clonefile, vnode_t, *vpp); in VNOP_CLONEFILE()
|