Lines Matching refs:fmt
115 return fmt.Errorf("Failed to remove %s\nError message: %w", metricsFilePath, err)
134 fmt.Fprintf(os.Stderr, "Error parsing `soong` args: %s.\n", err)
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, "")
332 fmt.Println(build.Banner(varData))
348 fmt.Println(strings.Join(res, " "))
350 fmt.Println(varData[varName])
361 fmt.Fprintf(ctx.Writer, "usage: %s --dumpvars-mode [--vars=\"VAR VAR ...\"]\n\n", os.Args[0])
362 …fmt.Fprintln(ctx.Writer, "In dumpvars mode, dump the values of one or more legacy make variables, …
363 …fmt.Fprintln(ctx.Writer, "shell syntax. The resulting output may be sourced directly into a shell …
364 fmt.Fprintln(ctx.Writer, "set corresponding shell variables.")
365 fmt.Fprintln(ctx.Writer, "")
367 fmt.Fprintln(ctx.Writer, "'report_config' is a special case that dumps a variable containing the")
368 fmt.Fprintln(ctx.Writer, "human-readable config banner from the beginning of the build.")
369 fmt.Fprintln(ctx.Writer, "")
408 fmt.Printf("%sreport_config='%s'\n", *varPrefix, build.Banner(varData))
410 fmt.Printf("%s%s='%s'\n", *varPrefix, name, varData[name])
422 fmt.Printf("%s%s='%s'\n", *absVarPrefix, name, strings.Join(res, " "))
446 …fmt.Fprintf(ctx.Writer, "usage: %s --build-mode --dir=<path> <build action> [<build arg 1> <build …
447 fmt.Fprintln(ctx.Writer, "In build mode, build the set of modules based on the specified build")
448 fmt.Fprintln(ctx.Writer, "action. The --dir flag is required to determine what is needed to")
449 fmt.Fprintln(ctx.Writer, "build in the source tree based on the build action. See below for")
450 fmt.Fprintln(ctx.Writer, "the list of acceptable build action flags.")
451 fmt.Fprintln(ctx.Writer, "")
538 fmt.Fprintln(writer, "! The argument `showcommands` is no longer supported.")
539 …fmt.Fprintln(writer, "! Instead, the verbose log is always written to a compressed file in the out…
540 fmt.Fprintln(writer, "!")
541 fmt.Fprintf(writer, "! gzip -cd %s/verbose.log.gz | less -R\n", logsDir)
542 fmt.Fprintln(writer, "!")
543 fmt.Fprintln(writer, "! Older versions are saved in verbose.log.#.gz files")
544 fmt.Fprintln(writer, "")
550 fmt.Fprintln(writer, "! The variable `ONE_SHOT_MAKEFILE` is obsolete.")
551 fmt.Fprintln(writer, "!")
552 …fmt.Fprintln(writer, "! If you're using `mm`, you'll need to run `source build/envsetup.sh` to upd…
553 fmt.Fprintln(writer, "!")
554 …fmt.Fprintln(writer, "! Otherwise, either specify a module name with m, or use mma / MODULES-IN-..…
555 fmt.Fprintln(writer, "")
574 return nil, nil, fmt.Errorf("Too few arguments: %q\nUse one of these: %q", args, listFlags())
582 …return nil, nil, fmt.Errorf("Command not found: %q\nDid you mean one of these: %q", args[1], listF…