Home
last modified time | relevance | path

Searched defs:send_with_fds (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vmm-sys-util/src/linux/
Dsock_ctrl_msg.rs362 fn send_with_fds<D: IntoIovec>(&self, bufs: &[D], fds: &[RawFd]) -> Result<usize> { in send_with_fds() method
/aosp_15_r20/external/crosvm/base/src/sys/unix/
H A Dsock_ctrl_msg.rs281 pub fn send_with_fds(&self, buf: &[u8], fds: &[RawFd]) -> io::Result<usize> { in send_with_fds() method