Home
last modified time | relevance | path

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

/build/soong/cmd/javac_wrapper/
Djavac_wrapper.go170 if line, matched = applyColor(line, p.color, p.re); matched {
179 func applyColor(line, color string, re *regexp.Regexp) (string, bool) { func