Home
last modified time | relevance | path

Searched defs:copyfile_state_t (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/rustix/src/fs/
Dfcopyfile.rs23 state: copyfile_state_t, in fcopyfile()
85 state: copyfile_state_t, in copyfile_state_get()
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dsyscalls.rs1568 state: copyfile_state_t, in fcopyfile()
1575 state: copyfile_state_t, in fcopyfile()
1623 state: copyfile_state_t, in 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()
Dtypes.rs1127 pub struct copyfile_state_t(pub(crate) *mut c::c_void); struct
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs146 pub type copyfile_state_t = *mut ::c_void; typedef
5627 state: copyfile_state_t, in copyfile()
5633 state: copyfile_state_t, in fcopyfile()