Home
last modified time | relevance | path

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

/build/soong/ui/status/
Dninja.go236 type ErrorHintGenerator struct { struct
237 allErrorHints map[string]string
238 allErrorHintPatternsCompiled *regexp.Regexp
254 …Generator *ErrorHintGenerator) GetOutputWithErrorHint(rawOutput string, buildExitCode int) string {
266 func (errorHintGenerator *ErrorHintGenerator) getErrorHint(rawOutput string) *string {