Lines Matching refs:PathForModuleOut
94 commonSrcsList := android.PathForModuleOut(ctx, "kotlinc_common_srcs.list")
126 classpathRspFile := android.PathForModuleOut(ctx, "kotlinc", "classpath.rsp")
142 "classesDir": android.PathForModuleOut(ctx, "kotlinc", "classes").String(),
143 "headerClassesDir": android.PathForModuleOut(ctx, "kotlinc", "header_classes").String(),
145 "srcJarDir": android.PathForModuleOut(ctx, "kotlinc", "srcJars").String(),
146 "kotlinBuildFile": android.PathForModuleOut(ctx, "kotlinc-build.xml").String(),
147 "emptyDir": android.PathForModuleOut(ctx, "kotlinc", "empty").String(),
162 "srcJarDir": android.PathForModuleOut(ctx, "kotlinc", "srcJars.xref").String(),
262 classpathRspFile := android.PathForModuleOut(ctx, "kapt", "classpath.rsp")
267 kaptStubsJar := android.PathForModuleOut(ctx, "kapt", "stubs.jar")
279 "srcJarDir": android.PathForModuleOut(ctx, "kapt", "srcJars").String(),
280 "kotlinBuildFile": android.PathForModuleOut(ctx, "kapt", "build.xml").String(),
283 "kaptDir": android.PathForModuleOut(ctx, "kapt/gen").String(),