Home
last modified time | relevance | path

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

/build/blueprint/bootstrap/
Dcommand.go136 deps, errs := ctx.ParseFileList(filepath.Dir(bootstrapConfig.topLevelBlueprintsFile), filesToParse)
/build/soong/cc/
Dcc_test.go180 _, errs := ctx.ParseFileList(".", []string{"Android.bp"})
213 _, errs := ctx.ParseFileList(".", []string{"Android.bp"})
/build/soong/java/
Djava_test.go193 _, errs := ctx.ParseFileList(".", []string{"Android.bp"})
/build/blueprint/
Dcontext.go606 return c.ParseFileList(baseDir, pathsToParse)
618 func (c *Context) ParseFileList(rootDir string, filePaths []string) (deps []string, func