Home
last modified time | relevance | path

Searched defs:stdin (Results 1 - 5 of 5) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dmod.rs27 mod stdin; modules
H A Dstdin.rs37 pub fn stdin() -> Stdin { in stdin() functions
/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() variables
[all...]
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/
H A Dcommand.rs222 pub fn stdin<T: Into<Stdio>>(&mut self, cfg: T) -> &mut PtyCommand { in stdin() functions
[all...]
/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() functions
666 let mut stdin = child.take_stdin().expect("Failed to open stdin"); ut_process_child_stdio_test() variables
[all...]

Completed in 3 milliseconds