Home
last modified time | relevance | path

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

/build/soong/ui/build/
Dexec.go119 func (c *Cmd) reportError(err error) { func
132 c.reportError(c.Run())
137 c.reportError(c.Wait())
143 c.reportError(err)
151 c.reportError(err)
169 c.reportError(err)
200 c.reportError(err)
/build/soong/genrule/
Dgenrule.go321 reportError := func(fmt string, args ...interface{}) (string, bool, error) {
329 return reportError("at least one `tools` or `tool_files` is required if $(location) is used")
333 return reportError("default label %q has no files", firstLabel)
335 return reportError("default label %q has multiple files, use $(locations %s) to reference it",
347 return reportError("$(depfile) used without depfile property")
357 return reportError("label %q has no files", label)
359 return reportError("label %q has multiple files, use $(locations %s) to reference it",
364 return reportError("unknown location label %q", label)
370 return reportError("label %q has no files", label)
374 return reportError("unknown locations label %q", label)
[all …]