Home
last modified time | relevance | path

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

/xnu-8792.41.9/libsyscall/wrappers/
H A Dclonefile.c28 clonefile(const char *old, const char *new, uint32_t flags) in clonefile() function
/xnu-8792.41.9/bsd/sys/
H A Dclonefile.h50 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 constrained_ctypes.h \
68 clonefile.h \
/xnu-8792.41.9/bsd/man/man2/
H A DMakefile36 clonefile.2 \
/xnu-8792.41.9/libsyscall/Libsyscall.xcodeproj/
H A Dproject.pbxproj279 …E214BDC81C2E358300CEE8A3 /* clonefile.c in Sources */ = {isa = PBXBuildFile; fileRef = E214BDC71C2…
697 …1C2E34E200CEE8A3 /* clonefile.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
884 E214BDC71C2E34E200CEE8A3 /* clonefile.c */,
1446 E214BDC81C2E358300CEE8A3 /* clonefile.c in Sources */,
/xnu-8792.41.9/tests/
H A Dfile_leases.c548 err = clonefile(testfile, destfile, CLONE_NOFOLLOW);
/xnu-8792.41.9/bsd/vfs/
H A Dkpi_vfs.c5923 DTRACE_FSINFO(clonefile, vnode_t, *vpp); in VNOP_CLONEFILE()