Home
last modified time | relevance | path

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

/build/soong/java/
Dlint.go77 type lintOutputs struct { struct
78 html android.Path
79 text android.Path
80 xml android.Path
82 depSets LintDepSets
86 lintOutputs() *lintOutputs methodSpec
145 func (l *linter) lintOutputs() *lintOutputs { func