Home
last modified time | relevance | path

Searched defs:std (Results 1 – 7 of 7) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
Dstderr.rs27 std: Option<io::Stderr>, field
40 let std = io::stderr(); in stderr() localVariable
Dstdout.rs27 std: Option<io::Stdout>, field
40 let std = io::stdout(); in stdout() localVariable
Dstdin.rs26 std: Option<io::Stdin>, field
65 let mut std = self.std.take().unwrap(); in poll_read() localVariable
Dstdio.rs130 let mut std = self.std.take().unwrap(); localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/sys/unix/
Dchild.rs29 std: Option<StdChild>, field
87 let std = self.std.take().unwrap(); in drop() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
Dforeign.rs111 impl std::borrow::Borrow<$borrowed> for $owned { impl
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
Dcommand.rs25 std: StdCommand, field