Home
last modified time | relevance | path

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

/build/soong/ui/tracer/
Dstatus.go23 return &statusOutput{
35 type statusOutput struct { struct
42 func (s *statusOutput) StartAction(action *status.Action, counts status.Counts) { argument
63 func (s *statusOutput) FinishAction(result status.ActionResult, counts status.Counts) { argument
86 func (s *statusOutput) Flush() {} argument
87 func (s *statusOutput) Message(level status.MsgLevel, message string) {} argument
89 func (s *statusOutput) Write(p []byte) (int, error) { argument