Searched refs:Arguments (Results 1 – 4 of 4) sorted by relevance
/build/soong/ui/build/ |
D | build.go | 129 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()) {
|
D | dumpvars.go | 216 make_vars, err := dumpMakeVars(ctx, config, config.Arguments(), allVars, true)
|
D | config.go | 383 func (c *configImpl) Arguments() []string { func
|
/build/soong/cc/ |
D | compdb.go | 57 Arguments []string `json:"arguments"` member 185 Arguments: getArguments(src, ctx, ccModule, ccPath, cxxPath),
|