Lines Matching refs:Paths
56 srcs android.Paths
57 srcJars android.Paths
58 resources android.Paths
59 classpath android.Paths
61 extraLintCheckJars android.Paths
72 reports android.Paths
171 …lder) (projectXMLPath, configXMLPath, cacheDir, homeDir android.WritablePath, deps android.Paths) {
365 func BuildModuleLintReportZips(ctx android.ModuleContext, depSets LintDepSets) android.Paths {
383 return android.Paths{htmlZip, textZip, xmlZip}
468 var paths android.Paths
504 func lintZip(ctx android.BuilderContext, paths android.Paths, outputPath android.WritablePath) { argument