Home
last modified time | relevance | path

Searched refs:NewCustomStdio (Results 1 – 4 of 4) sorted by relevance

/build/soong/ui/build/
Dconfig_test.go32 …Writer: terminal.NewWriter(terminal.NewCustomStdio(&bytes.Buffer{}, &bytes.Buffer{}, &bytes.Buffe…
/build/soong/ui/terminal/
Dwriter.go221 func NewCustomStdio(stdin io.Reader, stdout, stderr io.Writer) StdioInterface { func
/build/soong/cmd/soong_ui/
Dmain.go55 stdio = terminal.NewCustomStdio(os.Stdin, os.Stderr, os.Stderr)
/build/soong/cmd/multiproduct_kati/
Dmain.go389 Writer: terminal.NewWriter(terminal.NewCustomStdio(nil, f, f)),