Home
last modified time | relevance | path

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

/build/soong/ui/status/
Dstatus.go305 type toolStatus struct { struct
306 status *Status
308 counts Counts
310 lock sync.Mutex
315 func (d *toolStatus) SetTotalActions(total int) {
330 func (d *toolStatus) StartAction(action *Action) {
349 func (d *toolStatus) FinishAction(result ActionResult) {
358 func (d *toolStatus) Verbose(msg string) {
361 func (d *toolStatus) Status(msg string) {
364 func (d *toolStatus) Print(msg string) {
[all …]