Home
last modified time | relevance | path

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

/build/soong/cmd/multiproduct_kati/
Dmain.go218 log.SetOutput(filepath.Join(distLogsDir, "soong.log"))
219 trace.SetOutput(filepath.Join(distLogsDir, "build.trace"))
221 log.SetOutput(filepath.Join(config.OutDir(), "soong.log"))
222 trace.SetOutput(filepath.Join(config.OutDir(), "build.trace"))
389 log.SetOutput(filepath.Join(logsDir, "soong.log"))
/build/soong/ui/logger/
Dlogger.go167 func (s *stdLogger) SetOutput(path string) *stdLogger { func
176 s.fileLogger.SetOutput(f)
192 s.fileLogger.SetOutput(panicWriter{})
/build/soong/cuj/
Dcuj.go91 log.SetOutput(filepath.Join(logsDir, "soong.log"))
92 trace.SetOutput(filepath.Join(logsDir, "build.trace"))
/build/soong/ui/tracer/
Dtracer.go128 func (t *tracerImpl) SetOutput(filename string) { func
/build/soong/cmd/soong_ui/
Dmain.go178 log.SetOutput(filepath.Join(logsDir, c.logsPrefix+"soong.log"))
179 trace.SetOutput(filepath.Join(logsDir, c.logsPrefix+"build.trace"))