Home
last modified time | relevance | path

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

/external/toolchain-utils/compiler_wrapper/
Derrors.go30 return newErrorwithSourceLocfInternal(2, format, v...)
34 return newErrorwithSourceLocfInternal(2, "%s: %s", fmt.Sprintf(format, v...), err.Error())
47 err = newErrorwithSourceLocfInternal(2, "failed to execute %#v: %s", cmd, subprocessErr)
52 func newErrorwithSourceLocfInternal(skip int, format string, v ...interface{}) error { func