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