Searched refs:set_stdout (Results 1 – 3 of 3) sorted by relevance
49 s.set_stdout(Box::new(crate::pipe::WritePipe::new(std::io::sink()))); in new()104 pub fn set_stdout(&self, f: Box<dyn WasiFile>) { in set_stdout() method
85 self.ctx.set_stdout(f); in stdout()
67 self.ctx.set_stdout(f); in stdout()