Home
last modified time | relevance | path

Searched refs:recv_as_vec_with_fds (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/base/src/
Dtube.rs84 self.socket.recv_as_vec_with_fds().map_err(Error::Recv)?; in recv()
/external/crosvm/sys_util/src/
Dnet.rs530 pub fn recv_as_vec_with_fds(&self) -> io::Result<(Vec<u8>, Vec<RawFd>)> { in recv_as_vec_with_fds() method