Home
last modified time | relevance | path

Searched refs:genSubDir (Results 1 – 3 of 3) sorted by relevance

/build/soong/genrule/
Dgenrule.go664 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/
Dcompiler.go63 genSubDir = "out/" const
285 compiler.cargoOutDir = android.PathForModuleOut(ctx, genSubDir)
Dbuilder.go242 if android.SuffixInList(outputs.Strings(), genSubDir+genSrc.Base()) {
246 outputs = append(outputs, android.PathForModuleOut(ctx, genSubDir+genSrc.Base()))