Home
last modified time | relevance | path

Searched defs:stdin (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dstdin.rs37 pub fn stdin() -> Stdin { in stdin() function
38 let stdin = io::stdin(); in stdin() localVariable
H A Dmod.rs27 mod stdin; module
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dprocess.rs100 let mut stdin = child.take_stdin().expect("Failed to open stdin"); in sdv_process_child_stdio_test() localVariable
259 let stdin = child.stdin.take().unwrap(); in sdv_process_child_stdio_convert_test() localVariable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
H A Dcommand.rs263 pub fn stdin<T: Into<Stdio>>(&mut self, cfg: T) -> &mut Command { in stdin() method
334 let stdin = child in spawn() localVariable
666 let mut stdin = child.take_stdin().expect("Failed to open stdin"); in ut_process_child_stdio_test() localVariable
H A Dchild.rs38 stdin: Option<ChildStdin>, field
554 let stdin = child.stdin.take().unwrap(); in ut_process_child_stdio_convert_test() localVariable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/
H A Dcommand.rs25 stdin: bool, field
222 pub fn stdin<T: Into<Stdio>>(&mut self, cfg: T) -> &mut PtyCommand { in stdin() method
288 let stdin = pts.clone_stdio()?; in spawn() localVariable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/buffered/
H A Dasync_buf_reader.rs299 let stdin = crate::io::stdin(); in ut_test_stdio_basic() localVariable
/ohos5.0/build/hb/resources/args/default/
H A Dtoolargs.json316 "stdin":{ object