Home
last modified time | relevance | path

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

/xnu-11215.81.4/libsyscall/wrappers/ !
H A Dclonefile.c28 clonefile(const char *old, const char *new, uint32_t flags) in clonefile() function
/xnu-11215.81.4/bsd/sys/ !
H A Dclonefile.h51 int clonefile(const char *, const char *, uint32_t) __OSX_AVAILABLE(10.12) __IOS_AVAILABLE(10.0) __…
H A DMakefile34 buf.h cdefs.h clonefile.h conf.h constrained_ctypes.h \
66 clonefile.h \
/xnu-11215.81.4/bsd/man/man2/ !
H A DMakefile36 clonefile.2 \
/xnu-11215.81.4/libsyscall/Libsyscall.xcodeproj/ !
H A Dproject.pbxproj281 …E214BDC81C2E358300CEE8A3 /* clonefile.c in Sources */ = {isa = PBXBuildFile; fileRef = E214BDC71C2…
702 …1C2E34E200CEE8A3 /* clonefile.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
891 E214BDC71C2E34E200CEE8A3 /* clonefile.c */,
1479 E214BDC81C2E358300CEE8A3 /* clonefile.c in Sources */,
/xnu-11215.81.4/tests/ !
H A Dfile_leases.c549 err = clonefile(testfile, destfile, CLONE_NOFOLLOW);
/xnu-11215.81.4/bsd/vfs/ !
H A Dkpi_vfs.c5998 DTRACE_FSINFO(clonefile, vnode_t, *vpp); in VNOP_CLONEFILE()