Home
last modified time | relevance | path

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

/build/soong/ui/status/
Dlog.go202 type buildProgressLog struct { struct
203 filename string
204 log logger.Logger
205 failedActions uint64
216 func (b *buildProgressLog) StartAction(action *Action, counts Counts) {
220 func (b *buildProgressLog) FinishAction(result ActionResult, counts Counts) {
227 func (b *buildProgressLog) Flush() {
231 func (b *buildProgressLog) Message(level MsgLevel, message string) {
235 func (b *buildProgressLog) Write(p []byte) (int, error) {
239 func (b *buildProgressLog) updateCounters(counts Counts) {