Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/rustix/src/fs/
Dfcopyfile.rs21 state: copyfile_state_t, in fcopyfile()
83 state: copyfile_state_t, in copyfile_state_get()
/external/rust/android-crates-io/crates/rustix/src/backend/libc/fs/
Dsyscalls.rs1985 state: copyfile_state_t, in fcopyfile()
1992 state: copyfile_state_t, in fcopyfile()
2040 state: copyfile_state_t, in copyfile_state_get()
2045 fn copyfile_state_get(state: copyfile_state_t, flag: u32, dst: *mut c::c_void) -> c::c_int; in copyfile_state_get()
Dtypes.rs1167 pub struct copyfile_state_t(pub(crate) *mut c::c_void); struct
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/bsd/apple/
Dmod.rs157 pub type copyfile_state_t = *mut ::c_void; typedef
6316 state: copyfile_state_t, in copyfile()
6322 state: copyfile_state_t, in fcopyfile()
6327 pub fn copyfile_state_get(s: copyfile_state_t, flags: u32, dst: *mut ::c_void) -> ::c_int; in copyfile_state_get()
6328 pub fn copyfile_state_set(s: copyfile_state_t, flags: u32, src: *const ::c_void) -> ::c_int; in copyfile_state_set()
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/bsd/apple/
Dmod.rs157 pub type copyfile_state_t = *mut ::c_void; typedef
6316 state: copyfile_state_t, in copyfile()
6322 state: copyfile_state_t, in fcopyfile()
6327 pub fn copyfile_state_get(s: copyfile_state_t, flags: u32, dst: *mut ::c_void) -> ::c_int; in copyfile_state_get()
6328 pub fn copyfile_state_set(s: copyfile_state_t, flags: u32, src: *const ::c_void) -> ::c_int; in copyfile_state_set()
/external/rust/android-crates-io/crates/libc/src/unix/bsd/apple/
Dmod.rs152 pub type copyfile_state_t = *mut ::c_void; typedef
6284 state: copyfile_state_t, in copyfile()
6290 state: copyfile_state_t, in fcopyfile()
6295 pub fn copyfile_state_get(s: copyfile_state_t, flags: u32, dst: *mut ::c_void) -> ::c_int; in copyfile_state_get()
6296 pub fn copyfile_state_set(s: copyfile_state_t, flags: u32, src: *const ::c_void) -> ::c_int; in copyfile_state_set()