Lines Matching refs:Writer

204 		Writer:  output,
308 fmt.Fprintf(ctx.Writer, "usage: %s --dumpvar-mode [--abs] <VAR>\n\n", os.Args[0])
309 …fmt.Fprintln(ctx.Writer, "In dumpvar mode, print the value of the legacy make variable VAR to stdo…
310 fmt.Fprintln(ctx.Writer, "")
312 …fmt.Fprintln(ctx.Writer, "'report_config' is a special case that prints the human-readable config …
313 fmt.Fprintln(ctx.Writer, "from the beginning of the build.")
314 fmt.Fprintln(ctx.Writer, "")
358 fmt.Fprintf(ctx.Writer, "usage: %s --dumpvars-mode [--vars=\"VAR VAR ...\"]\n\n", os.Args[0])
359 …fmt.Fprintln(ctx.Writer, "In dumpvars mode, dump the values of one or more legacy make variables, …
360 …fmt.Fprintln(ctx.Writer, "shell syntax. The resulting output may be sourced directly into a shell …
361 fmt.Fprintln(ctx.Writer, "set corresponding shell variables.")
362 fmt.Fprintln(ctx.Writer, "")
364 fmt.Fprintln(ctx.Writer, "'report_config' is a special case that dumps a variable containing the")
365 fmt.Fprintln(ctx.Writer, "human-readable config banner from the beginning of the build.")
366 fmt.Fprintln(ctx.Writer, "")
441 …fmt.Fprintf(ctx.Writer, "usage: %s --build-mode --dir=<path> <build action> [<build arg 1> <build …
442 fmt.Fprintln(ctx.Writer, "In build mode, build the set of modules based on the specified build")
443 fmt.Fprintln(ctx.Writer, "action. The --dir flag is required to determine what is needed to")
444 fmt.Fprintln(ctx.Writer, "build in the source tree based on the build action. See below for")
445 fmt.Fprintln(ctx.Writer, "the list of acceptable build action flags.")
446 fmt.Fprintln(ctx.Writer, "")
520 writer := ctx.Writer
536 writer := ctx.Writer