Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/ui/status/
H A Dstatus.go322 type toolStatus struct { struct
323 status *Status
325 counts Counts
327 lock sync.Mutex
332 func (d *toolStatus) SetTotalActions(total int) {
347 func (d *toolStatus) SetEstimatedTime(estimatedTime time.Time) {
351 func (d *toolStatus) StartAction(action *Action) {
370 func (d *toolStatus) FinishAction(result ActionResult) {
379 func (d *toolStatus) Verbose(msg string) {
382 func (d *toolStatus) Status(msg string) {
[all …]