Lines Matching refs:PathForModuleGen
196 android.PathForModuleGen(ctx, g.subDir, ctx.ModuleDir(), dir))
199 g.exportedIncludeDirs = append(g.exportedIncludeDirs, android.PathForModuleGen(ctx, g.subDir))
449 "tmpZip": android.PathForModuleGen(ctx, g.subDir+".zip").String(),
450 "genDir": android.PathForModuleGen(ctx, g.subDir).String(),
464 phonyFile := android.PathForModuleGen(ctx, "genrule-phony")
497 depFile = android.PathForModuleGen(ctx, task.out[0].Rel()+".d")
516 params.Depfile = android.PathForModuleGen(ctx, task.out[0].Rel()+".d")
592 genDir := android.PathForModuleGen(ctx, "gensrcs")
609 shardDir = android.PathForModuleGen(ctx, strconv.Itoa(i))
689 genDir := android.PathForModuleGen(ctx)
691 outs[i] = android.PathForModuleGen(ctx, out)
697 genDir: android.PathForModuleGen(ctx),