Home
last modified time | relevance | path

Searched refs:UnixStream (Results 1 – 4 of 4) sorted by relevance

/ozonec/src/linux/
A Dnotify_socket.rs18 net::{UnixListener, UnixStream},
84 UnixStream::connect(NOTIFY_SOCKET).with_context(|| "Failed to connect notify.sock")?; in notify_container_start()
A Dprocess.rs21 net::UnixStream,
69 pub fn set_tty(&self, console_fd: Option<UnixStream>, mount: bool) -> Result<()> { in set_tty() argument
A Dcontainer.rs16 os::unix::net::UnixStream,
177 Some(UnixStream::connect(cs).with_context(|| "Failed to connect console socket")?) in do_second_stage()
/ozonec/tests/tools/pty-server/src/
A Dmain.rs18 unix::net::{UnixListener, UnixStream},
54 fn handle_connection(stream: &UnixStream, no_stdin: bool) -> Result<()> { in handle_connection() argument

Completed in 64 milliseconds