Home
last modified time | relevance | path

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

/build/soong/ui/status/
Dkati_test.go21 type lastOutput struct { struct
22 counterOutput
24 action *Action
25 result ActionResult
27 msgLevel MsgLevel
28 msg string
31 func (l *lastOutput) StartAction(a *Action, c Counts) {
35 func (l *lastOutput) FinishAction(r ActionResult, c Counts) {
39 func (l *lastOutput) Message(level MsgLevel, msg string) {
43 func (l *lastOutput) Flush() {}