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(),
259 classpathRspFile := android.PathForModuleOut(ctx, "kapt", "classpath.rsp")
264 kaptStubsJar := android.PathForModuleOut(ctx, "kapt", "stubs.jar")
276 "srcJarDir": android.PathForModuleOut(ctx, "kapt", "srcJars").String(),
277 "kotlinBuildFile": android.PathForModuleOut(ctx, "kapt", "build.xml").String(),
280 "kaptDir": android.PathForModuleOut(ctx, "kapt/gen").String(),