Home
last modified time | relevance | path

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

/aosp12/build/soong/ui/status/
H A Dstatus.go244 return &toolStatus{
305 type toolStatus struct { struct
313 var _ ToolStatus = (*toolStatus)(nil)
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) {
367 func (d *toolStatus) Error(msg string) {
[all …]