Searched refs:moduleListFile (Results 1 – 4 of 4) sorted by relevance
/aosp12/build/soong/android/ |
H A D | writedocs.go | 50 deps = append(deps, pathForBuildToolDep(ctx, ctx.Config().moduleListFile))
|
H A D | queryview.go | 59 moduleListFilePath := pathForBuildToolDep(ctx, ctx.Config().moduleListFile)
|
H A D | config.go | 124 moduleListFile string // the path to the file which lists blueprint files to parse. member 348 newConfig, err := NewConfig(c.srcDir, c.buildDir, c.moduleListFile, c.env) 359 func NewConfig(srcDir, buildDir string, moduleListFile string, availableEnv map[string]string) (Con… 370 moduleListFile: moduleListFile,
|
/aosp12/build/blueprint/ |
H A D | context.go | 122 moduleListFile string member 681 c.moduleListFile = listFile 685 reader, err := c.fs.Open(c.moduleListFile)
|