Lines Matching refs:Join
91 log.SetOutput(filepath.Join(logsDir, "soong.log"))
92 trace.SetOutput(filepath.Join(logsDir, "build.trace"))
93 stat.AddOutput(status.NewVerboseLog(log, filepath.Join(logsDir, "verbose.log")))
94 stat.AddOutput(status.NewErrorLog(log, filepath.Join(logsDir, "error.log")))
95 stat.AddOutput(status.NewProtoErrorLog(log, filepath.Join(logsDir, "build_error")))
98 defer met.Dump(filepath.Join(logsDir, "soong_metrics"))
110 …trace.ImportMicrofactoryLog(filepath.Join(filepath.Dir(executable), "."+filepath.Base(executable)+…
138 cujDir := filepath.Join(outDir, "cuj_tests")
141 os.Setenv("OUT_DIR", filepath.Join(cujDir, "out"))
216 defer cujMetrics.Dump(filepath.Join(cujDir, "logs", "cuj_metrics.pb"))
220 logsDir := filepath.Join(cujDir, "logs", logsSubDir)