Home
last modified time | relevance | path

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

/external/rust/crates/rustix/src/fs/
Dfcopyfile.rs34 pub fn copyfile_state_alloc() -> io::Result<copyfile_state_t> { in copyfile_state_alloc() function
/external/rust/crates/rustix/src/backend/libc/fs/
Dsyscalls.rs2008 pub(crate) fn copyfile_state_alloc() -> io::Result<copyfile_state_t> { in copyfile_state_alloc() function
2010 fn copyfile_state_alloc() -> copyfile_state_t; in copyfile_state_alloc() function
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs6199 pub fn copyfile_state_alloc() -> copyfile_state_t; in copyfile_state_alloc() function