Home
last modified time | relevance | path

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

/build/soong/ui/terminal/
Dstdio.go47 func NewCustomStdio(stdin io.Reader, stdout, stderr io.Writer) StdioInterface { func
/build/soong/cmd/soong_ui/
Dmain.go430 return terminal.NewCustomStdio(os.Stdin, os.Stderr, os.Stderr)