Home
last modified time | relevance | path

Searched refs:reportError (Results 1 – 2 of 2) sorted by relevance

/build/soong/ui/build/
Dexec.go122 func (c *Cmd) reportError(err error) { func
135 c.reportError(c.Run())
140 c.reportError(c.Wait())
146 c.reportError(err)
154 c.reportError(err)
172 c.reportError(err)
203 c.reportError(err)
/build/soong/genrule/
Dgenrule.go455 reportError := func(fmt string, args ...interface{}) (string, error) {
464 return reportError("at least one `tools` or `tool_files` is required if $(location) is used")
469 return reportError("default label %q has no files", firstLabel)
471 return reportError("default label %q has multiple files, use $(locations %s) to reference it",
491 return reportError("label %q has no files", label)
493 return reportError("label %q has multiple files, use $(locations %s) to reference it",
498 … return reportError("unknown location label %q is not in srcs, out, tools or tool_files.", label)
505 return reportError("label %q has no files", label)
509 … return reportError("unknown locations label %q is not in srcs, out, tools or tool_files.", label)
512 return reportError("unknown variable '$(%s)'", name)