Home
last modified time | relevance | path

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

/build/soong/ui/terminal/
Dwriter.go76 func NewWriter(stdio StdioInterface) Writer { argument
92 stdio StdioInterface
200 type StdioInterface interface { interface
213 var _ StdioInterface = StdioImpl{}
221 func NewCustomStdio(stdin io.Reader, stdout, stderr io.Writer) StdioInterface {
229 var _ StdioInterface = customStdio{}
/build/soong/cmd/soong_ui/
Dmain.go50 var stdio terminal.StdioInterface