Lines Matching refs:PathForModuleOut
213 projectXMLPath := android.PathForModuleOut(ctx, "lint", "project.xml")
215 configXMLPath := android.PathForModuleOut(ctx, "lint", "lint.xml")
216 cacheDir := android.PathForModuleOut(ctx, "lint", "cache")
217 homeDir := android.PathForModuleOut(ctx, "lint", "home")
219 srcJarDir := android.PathForModuleOut(ctx, "lint", "srcjars")
243 srcsList := android.PathForModuleOut(ctx, "lint-srcs.list")
249 resourcesList := android.PathForModuleOut(ctx, "lint-resources.list")
296 manifestPath := android.PathForModuleOut(ctx, "lint", "AndroidManifest.xml")
354 Sbox(android.PathForModuleOut(ctx, "lint"),
355 android.PathForModuleOut(ctx, "lint.sbox.textproto")).
377 html := android.PathForModuleOut(ctx, "lint", "lint-report.html")
378 text := android.PathForModuleOut(ctx, "lint", "lint-report.txt")
379 xml := android.PathForModuleOut(ctx, "lint", "lint-report.xml")
481 htmlZip := android.PathForModuleOut(ctx, "lint-report-html.zip")
484 textZip := android.PathForModuleOut(ctx, "lint-report-text.zip")
487 xmlZip := android.PathForModuleOut(ctx, "lint-report-xml.zip")