Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
Dstdio_cargo_test.rs30 let mut stdout = ylong_runtime::io::stdout(); in sdv_stdio_write() localVariable
65 let stdout = ylong_runtime::io::stdout(); in sdv_stdio_buf_writer_write() localVariable
Dprocess.rs107 let mut stdout = child.take_stdout().expect("Failed to open stdout"); in sdv_process_child_stdio_test() localVariable
261 let stdout = child.stdout.take().unwrap(); in sdv_process_child_stdio_convert_test() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
Dmod.rs29 mod stdout; module
Dstdout.rs39 pub fn stdout() -> Stdout { in stdout() function
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/
Dcommand.rs26 stdout: bool, field
241 pub fn stdout<T: Into<Stdio>>(&mut self, cfg: T) -> &mut PtyCommand { in stdout() method
292 let stdout = pts.clone_stdio()?; in spawn() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
Dcommand.rs286 pub fn stdout<T: Into<Stdio>>(&mut self, cfg: T) -> &mut Command { in stdout() method
340 let stdout = child in spawn() localVariable
677 let mut stdout = child.take_stdout().expect("Failed to open stdout"); in ut_process_child_stdio_test() localVariable
Dchild.rs40 stdout: Option<ChildStdout>, field
556 let stdout = child.stdout.take().unwrap(); in ut_process_child_stdio_convert_test() localVariable