Lines Matching refs:stat
143 stat := &status.Status{}
144 defer stat.Finish()
145 stat.AddOutput(output)
146 stat.AddOutput(trace.StatusTracer())
151 stat.Finish()
160 Status: stat,
180 stat.AddOutput(status.NewVerboseLog(log, filepath.Join(logsDir, c.logsPrefix+"verbose.log")))
181 stat.AddOutput(status.NewErrorLog(log, filepath.Join(logsDir, c.logsPrefix+"error.log")))
182 stat.AddOutput(status.NewProtoErrorLog(log, buildErrorFile))
183 stat.AddOutput(status.NewCriticalPath(log))
184 …stat.AddOutput(status.NewBuildProgressLog(log, filepath.Join(logsDir, c.logsPrefix+"build_progress…