Home
last modified time | relevance | path

Searched defs:ErrorHintGenerator (Results 1 – 1 of 1) sorted by relevance

/build/soong/ui/status/
Dninja.go318 type ErrorHintGenerator struct { struct
319 allErrorHints map[string]string
320 allErrorHintPatternsCompiled *regexp.Regexp
336 …Generator *ErrorHintGenerator) GetOutputWithErrorHint(rawOutput string, buildExitCode int) string {
348 func (errorHintGenerator *ErrorHintGenerator) getErrorHint(rawOutput string) *string {