Home
last modified time | relevance | path

Searched defs:std (Results 1 – 8 of 8) 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/fs/
Dasync_file.rs902 let mut std = file.into_std().await; in ut_file_into_std() localVariable
932 let std = file.try_into_std(); in ut_file_try_into_std() localVariable
939 let std = file.try_into_std(); in ut_file_try_into_std() localVariable
964 let std = file.into_std().await; in ut_file_as_raw_fd() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
Dcommand.rs25 std: StdCommand, field