Home
last modified time | relevance | path

Searched refs:Verboseln (Results 1 – 9 of 9) sorted by relevance

/build/soong/ui/tracer/
Dmicrofactory.go69 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/
Dsandbox_linux.go123 c.ctx.Verboseln(cmd.Args)
133 c.ctx.Verboseln(line)
137 c.ctx.Verboseln("nsjail exited successfully, but without the correct output")
Dsandbox_darwin.go44 c.ctx.Verboseln("sandbox-exec not found, disabling sandboxing")
Dbuild.go216 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))
Dninja.go208 ctx.Verboseln("Ninja environment: ")
Ddumpvars.go131 ctx.Verboseln(key, value)
Dpath.go202 ctx.Verboseln(line)
Dconfig.go229 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/
Dlogger.go58 Verboseln(v ...interface{}) methodSpec
295 func (s *stdLogger) Verboseln(v ...interface{}) { func