Home
last modified time | relevance | path

Searched defs:copyfile_state_free (Results 1 – 5 of 5) sorted by relevance

/external/rust/android-crates-io/crates/rustix/src/fs/
Dfcopyfile.rs50 pub unsafe fn copyfile_state_free(state: copyfile_state_t) -> io::Result<()> { in copyfile_state_free() function
/external/rust/android-crates-io/crates/rustix/src/backend/libc/fs/
Dsyscalls.rs2020 pub(crate) unsafe fn copyfile_state_free(state: copyfile_state_t) -> io::Result<()> { in copyfile_state_free() function
2022 fn copyfile_state_free(state: copyfile_state_t) -> c::c_int; in copyfile_state_free() function
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/bsd/apple/
Dmod.rs6325 pub fn copyfile_state_free(s: copyfile_state_t) -> ::c_int; in copyfile_state_free() function
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/bsd/apple/
Dmod.rs6325 pub fn copyfile_state_free(s: copyfile_state_t) -> ::c_int; in copyfile_state_free() function
/external/rust/android-crates-io/crates/libc/src/unix/bsd/apple/
Dmod.rs6293 pub fn copyfile_state_free(s: copyfile_state_t) -> ::c_int; in copyfile_state_free() function