Home
last modified time | relevance | path

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

/build/soong/ui/status/
Dninja.go303 type ErrorHintGenerator struct { struct
304 allErrorHints map[string]string
305 allErrorHintPatternsCompiled *regexp.Regexp
321 …Generator *ErrorHintGenerator) GetOutputWithErrorHint(rawOutput string, buildExitCode int) string {
333 func (errorHintGenerator *ErrorHintGenerator) getErrorHint(rawOutput string) *string {