Home
last modified time | relevance | path

Searched refs:fclonefileat (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/crates/rustix/src/fs/
Dat.rs333 pub fn fclonefileat<Fd: AsFd, DstFd: AsFd, P: path::Arg>( in fclonefileat() function
340 backend::fs::syscalls::fclonefileat(src.as_fd(), dst_dir.as_fd(), dst, flags) in fclonefileat()
Dmod.rs81 pub use at::fclonefileat;
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dsyscalls.rs715 pub(crate) fn fclonefileat( in fclonefileat() function
722 fn fclonefileat( in fclonefileat()
730 unsafe { ret(fclonefileat(srcfd, dst_dirfd, c_str(dst), flags.bits())) } in fclonefileat()
/third_party/rust/crates/libc/libc-test/semver/
Dapple.txt1860 fclonefileat
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs5617 pub fn fclonefileat( in fclonefileat() function