Lines Matching refs:PathForModuleOut
261 projectXMLPath := android.PathForModuleOut(ctx, "lint", "project.xml")
263 configXMLPath := android.PathForModuleOut(ctx, "lint", "lint.xml")
264 cacheDir := android.PathForModuleOut(ctx, "lint", "cache")
265 homeDir := android.PathForModuleOut(ctx, "lint", "home")
267 srcJarDir := android.PathForModuleOut(ctx, "lint", "srcjars")
296 resourcesList := android.PathForModuleOut(ctx, "lint-resources.list")
349 manifestPath := android.PathForModuleOut(ctx, "lint", "AndroidManifest.xml")
424 Sbox(android.PathForModuleOut(ctx, "lint"),
425 android.PathForModuleOut(ctx, "lint.sbox.textproto")).
445 srcsList := android.PathForModuleOut(ctx, "lint", "lint-srcs.list")
446 srcsListRsp := android.PathForModuleOut(ctx, "lint-srcs.list.rsp")
451 html := android.PathForModuleOut(ctx, "lint", "lint-report.html")
452 text := android.PathForModuleOut(ctx, "lint", "lint-report.txt")
453 xml := android.PathForModuleOut(ctx, "lint", "lint-report.xml")
454 referenceBaseline := android.PathForModuleOut(ctx, "lint", "lint-baseline.xml")
528 FlagWithOutput("-o ", android.PathForModuleOut(ctx, "lint", "suggested-fixes.zip")).
564 htmlZip := android.PathForModuleOut(ctx, "lint-report-html.zip")
567 textZip := android.PathForModuleOut(ctx, "lint-report-text.zip")
570 xmlZip := android.PathForModuleOut(ctx, "lint-report-xml.zip")