Home
last modified time | relevance | path

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

/build/soong/ui/status/
Dlog.go202 type buildProgressLog struct { struct
209 return &buildProgressLog{
216 func (b *buildProgressLog) StartAction(action *Action, counts Counts) { argument
220 func (b *buildProgressLog) FinishAction(result ActionResult, counts Counts) { argument
227 func (b *buildProgressLog) Flush() { argument
231 func (b *buildProgressLog) Message(level MsgLevel, message string) { argument
235 func (b *buildProgressLog) Write(p []byte) (int, error) { argument
239 func (b *buildProgressLog) updateCounters(counts Counts) { argument