Lines Matching refs:lintOutputs
84 outputs lintOutputs
93 type lintOutputs struct { struct
102 lintOutputs() *lintOutputs methodSpec
173 func (l *linter) lintOutputs() *lintOutputs { func
459 l.outputs = lintOutputs{
572 var outputs []*lintOutputs
589 outputs = append(outputs, l.lintOutputs())
595 zip := func(outputPath android.WritablePath, get func(*lintOutputs) android.Path) {
608 zip(l.htmlZip, func(l *lintOutputs) android.Path { return l.html })
611 zip(l.textZip, func(l *lintOutputs) android.Path { return l.text })
614 zip(l.xmlZip, func(l *lintOutputs) android.Path { return l.xml })