Home
last modified time | relevance | path

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

/build/soong/java/
Dlint.go98 type lintOutputs struct { struct
99 html android.Path
100 text android.Path
101 xml android.Path
102 referenceBaseline android.Path
104 depSets LintDepSets
108 lintOutputs() *lintOutputs methodSpec
223 func (l *linter) lintOutputs() *lintOutputs { func