Home
last modified time | relevance | path

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

/build/soong/java/
Dlint.go84 outputs lintOutputs
93 type lintOutputs struct { struct
102 lintOutputs() *lintOutputs methodSpec
173 func (l *linter) lintOutputs() *lintOutputs { func
462 l.outputs = lintOutputs{
575 var outputs []*lintOutputs
592 outputs = append(outputs, l.lintOutputs())
598 zip := func(outputPath android.WritablePath, get func(*lintOutputs) android.Path) {
611 zip(l.htmlZip, func(l *lintOutputs) android.Path { return l.html })
614 zip(l.textZip, func(l *lintOutputs) android.Path { return l.text })
[all …]