Lines Matching refs:Path
54 manifest android.Path
55 mergedManifest android.Path
60 classes android.Path
78 html android.Path
79 text android.Path
80 xml android.Path
109 func (l LintDepSetsBuilder) Direct(html, text, xml android.Path) LintDepSetsBuilder {
257 …c (l *linter) generateManifest(ctx android.ModuleContext, rule *android.RuleBuilder) android.Path {
311 var annotationsZipPath, apiVersionsXMLPath android.Path
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 })
486 zip(l.xmlZip, func(l *lintOutputs) android.Path { return l.xml })