Searched refs:fcopyfile (Results 1 – 7 of 7) sorted by relevance
/third_party/rust/crates/rustix/src/fs/ |
D | fcopyfile.rs | 20 pub unsafe fn fcopyfile<FromFd: AsFd, ToFd: AsFd>( in fcopyfile() function 26 backend::fs::syscalls::fcopyfile(from.as_fd(), to.as_fd(), state, flags) in fcopyfile()
|
D | mod.rs | 29 mod fcopyfile; module 139 pub use fcopyfile::{ 141 copyfile_state_t, fcopyfile,
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
D | syscalls.rs | 1565 pub(crate) unsafe fn fcopyfile( in fcopyfile() function 1572 fn fcopyfile( in fcopyfile() function 1580 nonnegative_ret(fcopyfile( in fcopyfile()
|
/third_party/python/Doc/library/ |
D | shutil.rst | 454 On macOS `fcopyfile`_ is used to copy the file content (not metadata). 807 .. _`fcopyfile`: target in Querying the size of the output terminal
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Path.inc | 1220 /// Unfortunately fcopyfile(3) does not support COPYFILE_CLONE, so the
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 5630 pub fn fcopyfile( in fcopyfile() function
|
/third_party/python/Modules/ |
D | posixmodule.c | 10012 ret = fcopyfile(in_fd, out_fd, NULL, flags); in os__fcopyfile_impl()
|