Home
last modified time | relevance | path

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

/build/soong/java/
Dlint.go103 type lintOutputs struct { struct
104 html android.Path
105 text android.Path
106 xml android.Path
107 referenceBaseline android.Path
109 depSets LintDepSets
113 lintOutputs() *lintOutputs methodSpec
228 func (l *linter) lintOutputs() *lintOutputs { func