Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/
H A Dpty.rs215 pub(crate) fn clone_stdio(&self) -> io::Result<Stdio> { in clone_stdio() method
216 self.0.clone_stdio() in clone_stdio()
H A Dcommand.rs288 let stdin = pts.clone_stdio()?; in spawn()
292 let stdout = pts.clone_stdio()?; in spawn()
296 let stderr = pts.clone_stdio()?; in spawn()
H A Dsys.rs175 pub(crate) fn clone_stdio(&self) -> io::Result<Stdio> { in clone_stdio() method