Lines Matching refs:PathForModuleOut
242 projectXMLPath := android.PathForModuleOut(ctx, "lint", "project.xml")
244 configXMLPath := android.PathForModuleOut(ctx, "lint", "lint.xml")
245 cacheDir := android.PathForModuleOut(ctx, "lint", "cache")
246 homeDir := android.PathForModuleOut(ctx, "lint", "home")
248 srcJarDir := android.PathForModuleOut(ctx, "lint", "srcjars")
277 resourcesList := android.PathForModuleOut(ctx, "lint-resources.list")
321 baselineRspFile := android.PathForModuleOut(ctx, "lint_strict_updatability_check_baselines.rsp")
322 outputFile := android.PathForModuleOut(ctx, "lint_strict_updatability_check.stamp")
338 manifestPath := android.PathForModuleOut(ctx, "lint", "AndroidManifest.xml")
409 html := android.PathForModuleOut(ctx, "lint", "lint-report.html")
410 text := android.PathForModuleOut(ctx, "lint", "lint-report.txt")
411 xml := android.PathForModuleOut(ctx, "lint", "lint-report.xml")
412 referenceBaseline := android.PathForModuleOut(ctx, "lint", "lint-baseline.xml")
425 Sbox(android.PathForModuleOut(ctx, "lint"),
426 android.PathForModuleOut(ctx, "lint.sbox.textproto")).
446 srcsList := android.PathForModuleOut(ctx, "lint", "lint-srcs.list")
447 srcsListRsp := android.PathForModuleOut(ctx, "lint-srcs.list.rsp")
519 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")