Home
last modified time | relevance | path

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

/build/soong/ui/status/
Dstatus.go267 type toolStatus struct { struct
268 status *Status
270 counts Counts
272 lock sync.Mutex
277 func (d *toolStatus) SetTotalActions(total int) {
292 func (d *toolStatus) StartAction(action *Action) {
311 func (d *toolStatus) FinishAction(result ActionResult) {
320 func (d *toolStatus) Verbose(msg string) {
323 func (d *toolStatus) Status(msg string) {
326 func (d *toolStatus) Print(msg string) {
[all …]