Lines Matching refs:stat
186 stat := &status.Status{}
187 defer stat.Finish()
189 stat.AddOutput(output)
190 stat.AddOutput(trace.StatusTracer())
196 stat.Finish()
205 Status: stat,
234 stat.AddOutput(status.NewVerboseLog(log, filepath.Join(logsDir, c.logsPrefix+"verbose.log")))
235 stat.AddOutput(status.NewErrorLog(log, filepath.Join(logsDir, c.logsPrefix+"error.log")))
236 stat.AddOutput(status.NewProtoErrorLog(log, buildErrorFile))
237 stat.AddOutput(status.NewCriticalPath(log))
238 …stat.AddOutput(status.NewBuildProgressLog(log, filepath.Join(logsDir, c.logsPrefix+"build_progress…