Home
last modified time | relevance | path

Searched refs:ModuleGraphFile (Results 1 – 2 of 2) sorted by relevance

/build/soong/ui/build/
Dsoong.go284 config.ModuleGraphFile(),
286 "--module_graph_file", config.ModuleGraphFile(),
289 fmt.Sprintf("generating the Soong module graph at %s", config.ModuleGraphFile()),
473 targets = append(targets, config.ModuleGraphFile())
512 distGzipFile(ctx, config, config.ModuleGraphFile(), "soong")
Dconfig.go936 func (c *configImpl) ModuleGraphFile() string { func