Home
last modified time | relevance | path

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

/build/soong/ui/status/
Dstatus.go274 type toolStatus struct { struct
275 status *Status
277 counts Counts
279 lock sync.Mutex
284 func (d *toolStatus) SetTotalActions(total int) {
299 func (d *toolStatus) StartAction(action *Action) {
318 func (d *toolStatus) FinishAction(result ActionResult) {
327 func (d *toolStatus) Verbose(msg string) {
330 func (d *toolStatus) Status(msg string) {
333 func (d *toolStatus) Print(msg string) {
[all …]