Searched refs:reportError (Results 1 – 2 of 2) sorted by relevance
/build/soong/ui/build/ |
D | exec.go | 122 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/ |
D | genrule.go | 419 reportError := func(fmt string, args ...interface{}) (string, error) { 427 return reportError("at least one `tools` or `tool_files` is required if $(location) is used") 432 return reportError("default label %q has no files", firstLabel) 434 return reportError("default label %q has multiple files, use $(locations %s) to reference it", 449 return reportError("$(depfile) used without depfile property") 460 return reportError("label %q has no files", label) 462 return reportError("label %q has multiple files, use $(locations %s) to reference it", 467 return reportError("unknown location label %q", label) 474 return reportError("label %q has no files", label) 478 return reportError("unknown locations label %q", label) [all …]
|