Home
last modified time | relevance | path

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

/xnu-12377.81.4/libsyscall/wrappers/
H A Dclonefile.c28 clonefile(const char *old, const char *new, uint32_t flags) in clonefile() function
/xnu-12377.81.4/bsd/sys/
H A Dclonefile.h52 int clonefile(const char *, const char *, uint32_t) __OSX_AVAILABLE(10.12) __IOS_AVAILABLE(10.0) __…
H A DMakefile35 buf.h cdefs.h clonefile.h conf.h constrained_ctypes.h \
68 clonefile.h \
/xnu-12377.81.4/tests/vfs/
H A Dresolve_beneath.c842 …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 DMakefile36 clonefile.2 \
/xnu-12377.81.4/libsyscall/Libsyscall.xcodeproj/
H A Dproject.pbxproj283 …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 Dfile_leases.c549 err = clonefile(testfile, destfile, CLONE_NOFOLLOW);
/xnu-12377.81.4/bsd/vfs/
H A Dkpi_vfs.c6065 DTRACE_FSINFO(clonefile, vnode_t, *vpp); in VNOP_CLONEFILE()