Home
last modified time | relevance | path

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

/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
235 let child_stderr = child.take_stderr().unwrap(); in sdv_process_stdio_test() localVariable
/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
513 let child_stderr = child.take_stderr().unwrap(); in ut_process_stdio_test() localVariable
530 let child_stderr = child.take_stderr().unwrap(); in ut_process_stdio_test() localVariable