Home
last modified time | relevance | path

Searched defs:copy_file_range (Results 1 - 8 of 8) sorted by relevance

/third_party/rust/crates/rustix/src/fs/
H A Dcopy_file_range.rs12 pub fn copy_file_range<InFd: AsFd, OutFd: AsFd>( in copy_file_range() functions
H A Dmod.rs8 mod copy_file_range; modules
/third_party/musl/src/linux/
H A Dcopy_file_range.c5 ssize_t copy_file_range(int fd_in, off_t *off_in, int fd_out, off_t *off_out, size_t len, unsigned flags) in copy_file_range() function
/third_party/rust/crates/nix/src/
H A Dfcntl.rs568 pub fn copy_file_range( in copy_file_range() functions
/third_party/libfuse/include/
H A Dfuse.h818 ssize_t (*copy_file_range) (const char *path_in, member
H A Dfuse_lowlevel.h1257 void (*copy_file_range) (fuse_req_t req, fuse_ino_t ino_in, member
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs1209 pub fn copy_file_range( in copy_file_range() functions
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs3957 pub fn copy_file_range( in copy_file_range() functions

Completed in 18 milliseconds