Home
last modified time | relevance | path

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

/third_party/rust/crates/rustix/src/fs/
H A Dfcopyfile.rs56 /// `copyfile_state_get(state, COPYFILE_STATE_COPIED)`
72 /// `copyfile_state_get(state, flags, dst)`
84 pub unsafe fn copyfile_state_get( in copyfile_state_get() functions
89 backend::fs::syscalls::copyfile_state_get(state, flag, dst) in copyfile_state_get()
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.rs1617 copyfile_state_get(state, COPYFILE_STATE_COPIED, copied.as_mut_ptr().cast())?;
1622 pub(crate) unsafe fn copyfile_state_get(
1628 fn copyfile_state_get(state: copyfile_state_t, flag: u32, dst: *mut c::c_void) -> c::c_int; in copyfile_state_get() functions
1631 nonnegative_ret(copyfile_state_get(state, flag, dst))

Completed in 3 milliseconds