Home
last modified time | relevance | path

Searched defs:copyfile_state_alloc (Results 1 – 2 of 2) 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.rs1589 pub(crate) fn copyfile_state_alloc() -> io::Result<copyfile_state_t> { in copyfile_state_alloc() function
1591 fn copyfile_state_alloc() -> copyfile_state_t; in copyfile_state_alloc() function