Home
last modified time | relevance | path

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

/build/soong/ui/terminal/
Dwriter.go215 type customStdio struct { struct
216 stdin io.Reader
217 stdout io.Writer
218 stderr io.Writer
225 func (c customStdio) Stdin() io.Reader { return c.stdin }
226 func (c customStdio) Stdout() io.Writer { return c.stdout }
227 func (c customStdio) Stderr() io.Writer { return c.stderr }