Searched refs:genSubDir (Results 1 – 3 of 3) sorted by relevance
/build/soong/genrule/ |
D | genrule.go | 664 genSubDir := finalSubDir 666 genSubDir = strconv.Itoa(i) 669 genDir := android.PathForModuleGen(ctx, genSubDir) 682 shardFile := android.GenPathWithExt(ctx, genSubDir, in, String(properties.Output_extension)) 723 outputDepfile = android.PathForModuleGen(ctx, genSubDir, "gensrcs.d")
|
/build/soong/rust/ |
D | compiler.go | 63 genSubDir = "out/" const 285 compiler.cargoOutDir = android.PathForModuleOut(ctx, genSubDir)
|
D | builder.go | 242 if android.SuffixInList(outputs.Strings(), genSubDir+genSrc.Base()) { 246 outputs = append(outputs, android.PathForModuleOut(ctx, genSubDir+genSrc.Base()))
|