Home
last modified time | relevance | path

Searched defs:copyfile_state_get_copied (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/rustix/src/fs/
Dfcopyfile.rs68 pub unsafe fn copyfile_state_get_copied(state: copyfile_state_t) -> io::Result<u64> { in copyfile_state_get_copied() function
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dsyscalls.rs1615 pub(crate) unsafe fn copyfile_state_get_copied(state: copyfile_state_t) -> io::Result<u64> { in copyfile_state_get_copied() function