Lines Matching refs:PathForModuleOut
247 projectXMLPath := android.PathForModuleOut(ctx, "lint", "project.xml")
249 configXMLPath := android.PathForModuleOut(ctx, "lint", "lint.xml")
250 cacheDir := android.PathForModuleOut(ctx, "lint", "cache")
251 homeDir := android.PathForModuleOut(ctx, "lint", "home")
253 srcJarDir := android.PathForModuleOut(ctx, "lint", "srcjars")
287 resourcesList := android.PathForModuleOut(ctx, "lint-resources.list")
331 baselineRspFile := android.PathForModuleOut(ctx, "lint_strict_updatability_check_baselines.rsp")
332 outputFile := android.PathForModuleOut(ctx, "lint_strict_updatability_check.stamp")
348 manifestPath := android.PathForModuleOut(ctx, "lint", "AndroidManifest.xml")
419 html := android.PathForModuleOut(ctx, "lint", "lint-report.html")
420 text := android.PathForModuleOut(ctx, "lint", "lint-report.txt")
421 xml := android.PathForModuleOut(ctx, "lint", "lint-report.xml")
422 referenceBaseline := android.PathForModuleOut(ctx, "lint", "lint-baseline.xml")
435 Sbox(android.PathForModuleOut(ctx, "lint"),
436 android.PathForModuleOut(ctx, "lint.sbox.textproto")).
456 srcsList := android.PathForModuleOut(ctx, "lint", "lint-srcs.list")
457 srcsListRsp := android.PathForModuleOut(ctx, "lint-srcs.list.rsp")
529 FlagWithOutput("-o ", android.PathForModuleOut(ctx, "lint", "suggested-fixes.zip")).
574 htmlZip := android.PathForModuleOut(ctx, "lint-report-html.zip")
577 textZip := android.PathForModuleOut(ctx, "lint-report-text.zip")
580 xmlZip := android.PathForModuleOut(ctx, "lint-report-xml.zip")