Home
last modified time | relevance | path

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

/xnu-8019.80.24/libsyscall/wrappers/
H A Dclonefile.c28 clonefile(const char *old, const char *new, uint32_t flags) in clonefile() function
/xnu-8019.80.24/bsd/sys/
H A Dclonefile.h49 int clonefile(const char *, const char *, uint32_t) __OSX_AVAILABLE(10.12) __IOS_AVAILABLE(10.0) __…
H A DMakefile33 buf.h cdefs.h clonefile.h conf.h \
68 clonefile.h \
/xnu-8019.80.24/bsd/man/man2/
H A DMakefile36 clonefile.2 \
/xnu-8019.80.24/libsyscall/Libsyscall.xcodeproj/
H A Dproject.pbxproj276 …E214BDC81C2E358300CEE8A3 /* clonefile.c in Sources */ = {isa = PBXBuildFile; fileRef = E214BDC71C2…
691 …1C2E34E200CEE8A3 /* clonefile.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
875 E214BDC71C2E34E200CEE8A3 /* clonefile.c */,
1437 E214BDC81C2E358300CEE8A3 /* clonefile.c in Sources */,
/xnu-8019.80.24/bsd/vfs/
H A Dkpi_vfs.c5780 DTRACE_FSINFO(clonefile, vnode_t, *vpp); in VNOP_CLONEFILE()