Home
last modified time | relevance | path

Searched defs:stderr (Results 1 - 6 of 6) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dstdio_cargo_test.rs42 let mut stderr = ylong_runtime::io::stderr(); in sdv_stdio_write() variables
[all...]
H A Dprocess.rs115 let mut stderr = child.take_stderr().expect("Failed to open stderr"); in sdv_process_child_stdio_test() variables
[all...]
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dmod.rs26 mod stderr; modules
H A Dstderr.rs39 pub fn stderr() -> Stderr { in stderr() functions
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/
H A Dcommand.rs260 pub fn stderr<T: Into<Stdio>>(&mut self, cfg: T) -> &mut PtyCommand { in stderr() functions
[all...]
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
H A Dcommand.rs309 pub fn stderr<T: Into<Stdio>>(&mut self, cfg: T) -> &mut Command { in stderr() functions
685 let mut stderr = child.take_stderr().expect("Failed to open stderr"); ut_process_child_stdio_test() variables
[all...]

Completed in 3 milliseconds