Home
last modified time | relevance | path

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

/build/soong/ui/build/
Dbuild.go142 ctx.Verboseln("Starting build with args:", config.Arguments())
173 if inList("help", config.Arguments()) {
176 } else if inList("clean", config.Arguments()) || inList("clobber", config.Arguments()) {
210 if inList("installclean", config.Arguments()) ||
211 inList("install-clean", config.Arguments()) {
215 } else if inList("dataclean", config.Arguments()) ||
216 inList("data-clean", config.Arguments()) {
Ddumpvars.go259 make_vars, err := dumpMakeVars(ctx, config, config.Arguments(), allVars, true, "")
Dconfig.go640 func (c *configImpl) Arguments() []string { func
/build/soong/cc/
Dcompdb.go57 Arguments []string `json:"arguments"` member
188 Arguments: getArguments(src, ctx, ccModule, ccPath, cxxPath),