Home
last modified time | relevance | path

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

/build/soong/ui/terminal/
Dsmart_status.go38 type smartStatusOutput struct { struct
62 s := &smartStatusOutput{
105 func (s *smartStatusOutput) Message(level status.MsgLevel, message string) { argument
122 func (s *smartStatusOutput) StartAction(action *status.Action, counts status.Counts) { argument
143 func (s *smartStatusOutput) FinishAction(result status.ActionResult, counts status.Counts) { argument
172 func (s *smartStatusOutput) Flush() { argument
203 func (s *smartStatusOutput) Write(p []byte) (int, error) { argument
210 func (s *smartStatusOutput) requestLine() { argument
217 func (s *smartStatusOutput) print(str string) { argument
228 func (s *smartStatusOutput) statusLine(str string) { argument
[all …]
Dstatus_test.go273 smartStat := stat.(*smartStatusOutput)