Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Dnet_panic.rs61 let std_stream = std::net::TcpStream::connect(std_listener.local_addr().unwrap()).unwrap(); in tcp_stream_from_std_panic_caller() localVariable
131 let std_stream = std::os::unix::net::UnixStream::connect(&sock_path).unwrap(); in unix_stream_from_std_panic_caller() localVariable
/aosp_15_r20/tools/netsim/rust/http-proxy/src/
H A Dutil.rs114 let std_stream = stream.into_std().expect("into_raw_descriptor's into_std() failed"); in into_raw_descriptor() localVariable
/aosp_15_r20/tools/netsim/rust/hostapd-rs/src/
H A Dhostapd.rs457 let std_stream = stream.into_std().expect("into_raw_descriptor's into_std() failed"); in into_raw_descriptor() localVariable