Home
last modified time | relevance | path

Searched refs:copyfile_state_get_copied (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/rustix/src/fs/
H A Dfcopyfile.rs68 pub unsafe fn copyfile_state_get_copied(state: copyfile_state_t) -> io::Result<u64> { in copyfile_state_get_copied() functions
69 backend::fs::syscalls::copyfile_state_get_copied(state) in copyfile_state_get_copied()
H A Dmod.rs140 copyfile_state_alloc, copyfile_state_free, copyfile_state_get, copyfile_state_get_copied,
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dsyscalls.rs1615 pub(crate) unsafe fn copyfile_state_get_copied(state: copyfile_state_t) -> io::Result<u64> {

Completed in 3 milliseconds