Searched refs:genSubDir (Results 1 – 3 of 3) sorted by relevance
/build/soong/genrule/ |
D | genrule.go | 699 genSubDir := finalSubDir 701 genSubDir = strconv.Itoa(i) 704 genDir := android.PathForModuleGen(ctx, genSubDir) 717 shardFile := android.GenPathWithExt(ctx, genSubDir, in, String(properties.Output_extension)) 758 outputDepfile = android.PathForModuleGen(ctx, genSubDir, "gensrcs.d")
|
/build/soong/rust/ |
D | builder.go | 258 if android.SuffixInList(outputs.Strings(), genSubDir+genSrc.Base()) { 262 outputs = append(outputs, android.PathForModuleOut(ctx, genSubDir+genSrc.Base()))
|
D | compiler.go | 64 genSubDir = "out/" const 338 compiler.cargoOutDir = android.PathForModuleOut(ctx, genSubDir)
|