Searched defs:stdout (Results 1 – 7 of 7) sorted by relevance
30 let mut stdout = ylong_runtime::io::stdout(); in sdv_stdio_write() localVariable65 let stdout = ylong_runtime::io::stdout(); in sdv_stdio_buf_writer_write() localVariable
107 let mut stdout = child.take_stdout().expect("Failed to open stdout"); in sdv_process_child_stdio_test() localVariable261 let stdout = child.stdout.take().unwrap(); in sdv_process_child_stdio_convert_test() localVariable
29 mod stdout; module
39 pub fn stdout() -> Stdout { in stdout() function
26 stdout: bool, field241 pub fn stdout<T: Into<Stdio>>(&mut self, cfg: T) -> &mut PtyCommand { in stdout() method292 let stdout = pts.clone_stdio()?; in spawn() localVariable
286 pub fn stdout<T: Into<Stdio>>(&mut self, cfg: T) -> &mut Command { in stdout() method340 let stdout = child in spawn() localVariable677 let mut stdout = child.take_stdout().expect("Failed to open stdout"); in ut_process_child_stdio_test() localVariable
40 stdout: Option<ChildStdout>, field556 let stdout = child.stdout.take().unwrap(); in ut_process_child_stdio_convert_test() localVariable