Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
H A Dchild.rs454 let std_child = command.spawn().unwrap(); in ut_process_child_new_test() localVariable
457 let mut child = Child::new(std_child, false, None, None, None).unwrap(); in ut_process_child_new_test()
478 let std_child = command.spawn().unwrap(); in ut_process_try_wait_test() localVariable
480 let mut child = Child::new(std_child, false, None, None, None).unwrap(); in ut_process_try_wait_test()