Home
last modified time | relevance | path

Searched refs:moduleListFile (Results 1 – 4 of 4) sorted by relevance

/aosp12/build/soong/android/
H A Dwritedocs.go50 deps = append(deps, pathForBuildToolDep(ctx, ctx.Config().moduleListFile))
H A Dqueryview.go59 moduleListFilePath := pathForBuildToolDep(ctx, ctx.Config().moduleListFile)
H A Dconfig.go124 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 Dcontext.go122 moduleListFile string member
681 c.moduleListFile = listFile
685 reader, err := c.fs.Open(c.moduleListFile)