Home
last modified time | relevance | path

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

/build/soong/ui/status/
Dninja.go228 …outputWithErrorHint := errorHintGenerator.GetOutputWithErrorHint(msg.EdgeFinished.GetOutput(), exi…
301 var errorHintGenerator = *newErrorHintGenerator(allErrorHints) var
321 func (errorHintGenerator *ErrorHintGenerator) GetOutputWithErrorHint(rawOutput string, buildExitCod…
325 errorHint := errorHintGenerator.getErrorHint(rawOutput)
333 func (errorHintGenerator *ErrorHintGenerator) getErrorHint(rawOutput string) *string {
334 firstMatch := errorHintGenerator.allErrorHintPatternsCompiled.FindString(rawOutput)
335 if _, found := errorHintGenerator.allErrorHints[firstMatch]; found {
336 errorHint := errorHintGenerator.allErrorHints[firstMatch]
Dninja_test.go57 errorHintGenerator := *newErrorHintGenerator(mockErrorHints)
90 …actualFinalOutput := errorHintGenerator.GetOutputWithErrorHint(testCase.rawOutput, testCase.buildE…