Searched refs:UnixStream (Results 1 – 4 of 4) sorted by relevance
18 net::{UnixListener, UnixStream},84 UnixStream::connect(NOTIFY_SOCKET).with_context(|| "Failed to connect notify.sock")?; in notify_container_start()
21 net::UnixStream,69 pub fn set_tty(&self, console_fd: Option<UnixStream>, mount: bool) -> Result<()> { in set_tty() argument
16 os::unix::net::UnixStream,177 Some(UnixStream::connect(cs).with_context(|| "Failed to connect console socket")?) in do_second_stage()
18 unix::net::{UnixListener, UnixStream},54 fn handle_connection(stream: &UnixStream, no_stdin: bool) -> Result<()> { in handle_connection() argument
Completed in 64 milliseconds