Home
last modified time | relevance | path

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

/external/crosvm/base/src/unix/
Dsock_ctrl_msg.rs245 fn send_with_fds<D: AsIobuf>(&self, buf: &[D], fd: &[RawFd]) -> Result<usize> { in send_with_fds() method
/external/crosvm/common/sys_util/src/
Dsock_ctrl_msg.rs245 fn send_with_fds<D: AsIobuf>(&self, buf: &[D], fd: &[RawFd]) -> Result<usize> { in send_with_fds() method
/external/crosvm/common/cros_asyncv2/src/unix/
Dseqpacket.rs163 pub async fn send_with_fds(&self, buf: &[u8], fds: &[RawFd]) -> anyhow::Result<usize> { in send_with_fds() method