Home
last modified time | relevance | path

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

/aosp12/build/soong/ui/status/
H A Dlog.go202 type buildProgressLog struct { struct
209 return &buildProgressLog{
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) {