Home
last modified time | relevance | path

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

/build/soong/java/
Dlint.go93 type lintOutputs struct { struct
94 html android.Path
95 text android.Path
96 xml android.Path
98 depSets LintDepSets
102 lintOutputs() *lintOutputs methodSpec
173 func (l *linter) lintOutputs() *lintOutputs { func