Searched refs:Verboseln (Results 1 – 9 of 9) sorted by relevance
/build/soong/ui/tracer/ |
D | microfactory.go | 69 t.log.Verboseln("Error opening microfactory trace:", err) 80 t.log.Verboseln("Unknown line in microfactory trace:", s.Text()) 85 t.log.Verboseln("Failed to parse timestamp in microfactory trace:", err)
|
/build/soong/ui/build/ |
D | sandbox_linux.go | 123 c.ctx.Verboseln(cmd.Args) 133 c.ctx.Verboseln(line) 137 c.ctx.Verboseln("nsjail exited successfully, but without the correct output")
|
D | sandbox_darwin.go | 44 c.ctx.Verboseln("sandbox-exec not found, disabling sandboxing")
|
D | build.go | 216 ctx.Verboseln("Starting build with args:", config.Arguments()) 217 ctx.Verboseln("Environment:", config.Environment().Environ()) 263 what := evaluateWhatToRun(config, ctx.Verboseln) 322 ctx.Verboseln("Loaded previous kati config:", string(katiSuffix))
|
D | ninja.go | 208 ctx.Verboseln("Ninja environment: ")
|
D | dumpvars.go | 131 ctx.Verboseln(key, value)
|
D | path.go | 202 ctx.Verboseln(line)
|
D | config.go | 229 ctx.Verboseln("$OUT/.ninja_log doesn't exist, use HINT_FROM_SOONG instead") 232 ctx.Verboseln("$OUT/.ninja_log exist, use NINJA_LOG")
|
/build/soong/ui/logger/ |
D | logger.go | 58 Verboseln(v ...interface{}) methodSpec 295 func (s *stdLogger) Verboseln(v ...interface{}) { func
|