Home
last modified time | relevance | path

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

/build/soong/ui/terminal/
Dwriter.go91 type writerImpl struct { struct
92 stdio StdioInterface
94 haveBlankLine bool
98 lock sync.Mutex
100 smartTerminal bool
101 stripEscapes bool
104 func (w *writerImpl) isSmartTerminal() bool {
108 func (w *writerImpl) requestLine() {
115 func (w *writerImpl) Print(str string) {
125 func (w *writerImpl) print(str string) {
[all …]