Lines Matching refs:Writer

159 		Writer:  output,
236 fmt.Fprintf(ctx.Writer, "usage: %s --dumpvar-mode [--abs] <VAR>\n\n", os.Args[0])
237 …fmt.Fprintln(ctx.Writer, "In dumpvar mode, print the value of the legacy make variable VAR to stdo…
238 fmt.Fprintln(ctx.Writer, "")
240 …fmt.Fprintln(ctx.Writer, "'report_config' is a special case that prints the human-readable config …
241 fmt.Fprintln(ctx.Writer, "from the beginning of the build.")
242 fmt.Fprintln(ctx.Writer, "")
286 fmt.Fprintf(ctx.Writer, "usage: %s --dumpvars-mode [--vars=\"VAR VAR ...\"]\n\n", os.Args[0])
287 …fmt.Fprintln(ctx.Writer, "In dumpvars mode, dump the values of one or more legacy make variables, …
288 …fmt.Fprintln(ctx.Writer, "shell syntax. The resulting output may be sourced directly into a shell …
289 fmt.Fprintln(ctx.Writer, "set corresponding shell variables.")
290 fmt.Fprintln(ctx.Writer, "")
292 fmt.Fprintln(ctx.Writer, "'report_config' is a special case that dumps a variable containing the")
293 fmt.Fprintln(ctx.Writer, "human-readable config banner from the beginning of the build.")
294 fmt.Fprintln(ctx.Writer, "")
367 …fmt.Fprintf(ctx.Writer, "usage: %s --build-mode --dir=<path> <build action> [<build arg 1> <build …
368 fmt.Fprintln(ctx.Writer, "In build mode, build the set of modules based on the specified build")
369 fmt.Fprintln(ctx.Writer, "action. The --dir flag is required to determine what is needed to")
370 fmt.Fprintln(ctx.Writer, "build in the source tree based on the build action. See below for")
371 fmt.Fprintln(ctx.Writer, "the list of acceptable build action flags.")
372 fmt.Fprintln(ctx.Writer, "")
446 writer := ctx.Writer
462 writer := ctx.Writer