Home
last modified time | relevance | path

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

/build/soong/genrule/
Dgenrule.go699 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/
Dbuilder.go258 if android.SuffixInList(outputs.Strings(), genSubDir+genSrc.Base()) {
262 outputs = append(outputs, android.PathForModuleOut(ctx, genSubDir+genSrc.Base()))
Dcompiler.go64 genSubDir = "out/" const
338 compiler.cargoOutDir = android.PathForModuleOut(ctx, genSubDir)