Home
last modified time | relevance | path

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

/third_party/rust/crates/rustix/src/fs/
H A Dfcopyfile.rs12 /// The `state` operand must be allocated with `copyfile_state_alloc` and not
29 /// `copyfile_state_alloc()`
36 pub fn copyfile_state_alloc() -> io::Result<copyfile_state_t> { in copyfile_state_alloc() functions
37 backend::fs::syscalls::copyfile_state_alloc() in copyfile_state_alloc()
44 /// The `state` operand must be allocated with `copyfile_state_alloc` and not
60 /// The `state` operand must be allocated with `copyfile_state_alloc` and not
76 /// The `state` operand must be allocated with `copyfile_state_alloc` and not
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.rs1589 pub(crate) fn copyfile_state_alloc() -> io::Result<copyfile_state_t> {
1591 fn copyfile_state_alloc() -> copyfile_state_t; in copyfile_state_alloc() functions
1594 let result = unsafe { copyfile_state_alloc() };

Completed in 3 milliseconds