D | dumpvars.go | 41 func DumpMakeVars(ctx Context, config Config, goals, vars []string) (map[string]string, error) { argument 66 ret, err = dumpMakeVars(ctx, config, goals, makeVars, false, tmpDir) 83 func dumpMakeVars(ctx Context, config Config, goals, vars []string, write_soong_vars bool, tmpDir s… argument 101 "MAKECMDGOALS="+strings.Join(goals, " "))
|