Searched defs:stdout (Results 1 – 4 of 4) sorted by relevance
43 stdout io.Writer member47 func NewCustomStdio(stdin io.Reader, stdout, stderr io.Writer) StdioInterface { argument
91 stdin io.Reader, stdout, stderr io.Writer) error { argument
80 func Main(stdout, stderr io.Writer, interposer string, args []string, opts mainOpts) (int, error) { argument
93 final StringBuilder stdout = new StringBuilder(); in run() local