Searched refs:clone_stdio (Results 1 – 3 of 3) sorted by relevance
215 pub(crate) fn clone_stdio(&self) -> io::Result<Stdio> { in clone_stdio() method216 self.0.clone_stdio() in clone_stdio()
288 let stdin = pts.clone_stdio()?; in spawn()292 let stdout = pts.clone_stdio()?; in spawn()296 let stderr = pts.clone_stdio()?; in spawn()
175 pub(crate) fn clone_stdio(&self) -> io::Result<Stdio> { in clone_stdio() method