Home
last modified time | relevance | path

Searched refs:child_stderr (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
H A Dchild.rs293 let mut child_stderr = self.take_stderr(); in output_wait() localVariable
297 let fut3 = read_to_end(&mut child_stderr); in output_wait()
303 drop(child_stderr); in output_wait()
513 let child_stderr = child.take_stderr().unwrap(); in ut_process_stdio_test() localVariable
514 assert!(child_stderr.into_owned_fd().is_ok()); in ut_process_stdio_test()
530 let child_stderr = child.take_stderr().unwrap(); in ut_process_stdio_test() localVariable
531 assert!(child_stderr.as_fd().as_raw_fd() >= 0); in ut_process_stdio_test()
532 assert!(child_stderr.as_raw_fd() >= 0); in ut_process_stdio_test()
533 assert!(TryInto::<Stdio>::try_into(child_stderr).is_ok()); in ut_process_stdio_test()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dprocess.rs218 let child_stderr = child.take_stderr().unwrap(); in sdv_process_stdio_test() localVariable
219 assert!(child_stderr.into_owned_fd().is_ok()); in sdv_process_stdio_test()
235 let child_stderr = child.take_stderr().unwrap(); in sdv_process_stdio_test() localVariable
236 assert!(child_stderr.as_fd().as_raw_fd() >= 0); in sdv_process_stdio_test()
237 assert!(child_stderr.as_raw_fd() >= 0); in sdv_process_stdio_test()
238 assert!(TryInto::<Stdio>::try_into(child_stderr).is_ok()); in sdv_process_stdio_test()