Home
last modified time | relevance | path

Searched refs:fcopyfile (Results 1 - 5 of 5) sorted by relevance

/third_party/rust/crates/rustix/src/fs/
H A Dfcopyfile.rs8 /// `fcopyfile(from, to, state, flags)`
18 /// [Apple]: https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man3/fcopyfile.3.html
20 pub unsafe fn fcopyfile<FromFd: AsFd, ToFd: AsFd>( in fcopyfile() functions
26 backend::fs::syscalls::fcopyfile(from.as_fd(), to.as_fd(), state, flags) in fcopyfile()
34 /// [Apple]: https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man3/fcopyfile.3.html
50 /// [Apple]: https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man3/fcopyfile.3.html
66 /// [Apple]: https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man3/fcopyfile.3.html
82 /// [Apple]: https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man3/fcopyfile.3.html
H A Dmod.rs29 mod fcopyfile; modules
139 pub use fcopyfile::{
141 copyfile_state_t, fcopyfile,
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dsyscalls.rs1565 pub(crate) unsafe fn fcopyfile(
1572 fn fcopyfile( in fcopyfile() functions
1580 nonnegative_ret(fcopyfile(
/third_party/python/Modules/
H A Dposixmodule.c10174 ret = fcopyfile(in_fd, out_fd, NULL, flags); in os__fcopyfile_impl()
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs5630 pub fn fcopyfile( in fcopyfile() functions

Completed in 32 milliseconds