Home
last modified time | relevance | path

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

/build/soong/ui/build/
Dbuild.go129 ctx.Verboseln("Starting build with args:", config.Arguments())
137 if inList("help", config.Arguments()) {
140 } else if inList("clean", config.Arguments()) || inList("clobber", config.Arguments()) {
169 if inList("installclean", config.Arguments()) {
173 } else if inList("dataclean", config.Arguments()) {
Ddumpvars.go216 make_vars, err := dumpMakeVars(ctx, config, config.Arguments(), allVars, true)
Dconfig.go383 func (c *configImpl) Arguments() []string { func
/build/soong/cc/
Dcompdb.go57 Arguments []string `json:"arguments"` member
185 Arguments: getArguments(src, ctx, ccModule, ccPath, cxxPath),