Searched refs:lintOutputs (Results 1 – 1 of 1) sorted by relevance
69 outputs lintOutputs77 type lintOutputs struct { struct86 lintOutputs() *lintOutputs methodSpec145 func (l *linter) lintOutputs() *lintOutputs { func352 l.outputs = lintOutputs{447 var outputs []*lintOutputs461 outputs = append(outputs, l.lintOutputs())467 zip := func(outputPath android.WritablePath, get func(*lintOutputs) android.Path) {480 zip(l.htmlZip, func(l *lintOutputs) android.Path { return l.html })483 zip(l.textZip, func(l *lintOutputs) android.Path { return l.text })[all …]