Home
last modified time | relevance | path

Searched defs:Stdio (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/
H A Dsys.rs175 pub(crate) fn clone_stdio(&self) -> io::Result<Stdio> { in clone_stdio()
H A Dpty.rs215 pub(crate) fn clone_stdio(&self) -> io::Result<Stdio> { in clone_stdio()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/sys/unix/
H A Dchild.rs124 pub(crate) fn to_stdio(io: ChildStdio) -> io::Result<Stdio> { in to_stdio()