Home
last modified time | relevance | path

Searched defs:copyfile_state_alloc (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/rustix/src/fs/
Dfcopyfile.rs36 pub fn copyfile_state_alloc() -> io::Result<copyfile_state_t> { in copyfile_state_alloc() function
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dsyscalls.rs1596 pub(crate) fn copyfile_state_alloc() -> io::Result<copyfile_state_t> { in copyfile_state_alloc() function
1598 fn copyfile_state_alloc() -> copyfile_state_t; in copyfile_state_alloc() function
/third_party/rust/rust/library/std/src/sys/unix/
Dfs.rs1790 fn copyfile_state_alloc() -> copyfile_state_t; in copy() function
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs6199 pub fn copyfile_state_alloc() -> copyfile_state_t; in copyfile_state_alloc() function