Searched refs:child_stderr (Results 1 – 2 of 2) sorted by relevance
293 let mut child_stderr = self.take_stderr(); in output_wait() localVariable297 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() localVariable514 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() localVariable531 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()
218 let child_stderr = child.take_stderr().unwrap(); in sdv_process_stdio_test() localVariable219 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() localVariable236 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()