Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/ui/status/
H A Dlog.go240 type buildProgressLog struct { struct
241 filename string
242 log logger.Logger
243 failedActions uint64
254 func (b *buildProgressLog) StartAction(action *Action, counts Counts) {
258 func (b *buildProgressLog) FinishAction(result ActionResult, counts Counts) {
265 func (b *buildProgressLog) Flush() {
269 func (b *buildProgressLog) Message(level MsgLevel, message string) {
273 func (b *buildProgressLog) Write(p []byte) (int, error) {
277 func (b *buildProgressLog) updateCounters(counts Counts) {