Home
last modified time | relevance | path

Searched refs:Stderr (Results 1 – 25 of 38) sorted by relevance

12

/build/blueprint/gotestrunner/
Dgotestrunner.go54 fmt.Fprintln(os.Stderr, "error: must pass at least one test executable")
60 fmt.Fprintln(os.Stderr, "error: Failed to locate test binary:", err)
72 fmt.Fprintln(os.Stderr, "error: Failed to locate GOROOT:", err)
76 cmd.Stderr = os.Stderr
79 fmt.Fprintln(os.Stderr, err)
85 fmt.Fprintln(os.Stderr, err)
96 fmt.Fprintf(os.Stderr, "test got signal %s\n", status.Signal())
100 fmt.Fprintln(os.Stderr, err)
/build/soong/cmd/diff_target_files/
Ddiff_target_files.go46 fmt.Fprintf(os.Stderr, "Error, exactly two arguments are required\n")
52 fmt.Fprintf(os.Stderr, "Error parsing allowlists: %v\n", err)
58 fmt.Fprintf(os.Stderr, "Error opening zip file %v: %v\n", flag.Arg(0), err)
65 fmt.Fprintf(os.Stderr, "Error opening zip file %v: %v\n", flag.Arg(1), err)
72 fmt.Fprintf(os.Stderr, "Error comparing zip files: %v\n", err)
79 fmt.Fprintln(os.Stderr, "differences found")
/build/soong/symbol_inject/cmd/
Dsymbol_inject.go39 fmt.Fprintln(os.Stderr, s)
64 fmt.Fprintln(os.Stderr, err.Error())
72 fmt.Fprintln(os.Stderr, err.Error())
80 fmt.Fprintln(os.Stderr, err.Error())
87 fmt.Fprintln(os.Stderr, err.Error())
93 fmt.Fprintln(os.Stderr, err.Error())
/build/soong/cmd/soong_env/
Dsoong_env.go30 fmt.Fprintf(os.Stderr, "usage: soong_env env_file\n")
31 fmt.Fprintf(os.Stderr, "exits with success if the environment varibles in env_file match\n")
32 fmt.Fprintf(os.Stderr, "the current environment\n")
46 fmt.Fprintf(os.Stderr, "error: %s\n", err.Error())
/build/soong/cmd/zip2zip/
Dzip2zip.go56 fmt.Fprintln(os.Stderr, "usage: zip2zip -i zipfile -o zipfile [-s|-j] [-t] [filespec]...")
58 fmt.Fprintln(os.Stderr, " filespec:")
59 fmt.Fprintln(os.Stderr, " <name>")
60 fmt.Fprintln(os.Stderr, " <in_name>:<out_name>")
61 fmt.Fprintln(os.Stderr, " <glob>[:<out_dir>]")
62 fmt.Fprintln(os.Stderr, "")
63 …fmt.Fprintln(os.Stderr, "<glob> uses the rules at https://godoc.org/github.com/google/blueprint/pa…
64 fmt.Fprintln(os.Stderr, "")
65 …fmt.Fprintln(os.Stderr, "Files will be copied with their existing compression from the input zipfi…
66 fmt.Fprintln(os.Stderr, "the output zipfile, in the order of filespec arguments.")
[all …]
/build/soong/zip/cmd/
Dmain.go114 fmt.Fprintln(os.Stderr, err.Error())
126 …fmt.Fprintf(os.Stderr, "usage: soong_zip -o zipfile [-m manifest] [-C dir] [-f|-l file] [-D dir]..…
156 fmt.Fprintf(os.Stderr, "unexpected arguments %s\n", strings.Join(flags.Args(), " "))
163 fmt.Fprintln(os.Stderr, err.Error())
174 fmt.Fprintln(os.Stderr, err.Error())
180 fmt.Fprintln(os.Stderr, err.Error())
187 fmt.Fprintln(os.Stderr, fileArgsBuilder.Error())
206 fmt.Fprintln(os.Stderr, "error:", err.Error())
/build/soong/ui/terminal/
Dstdio.go29 Stderr() io.Writer methodSpec
37 func (StdioImpl) Stderr() io.Writer { return os.Stderr } func
53 func (c customStdio) Stderr() io.Writer { return c.stderr } func
/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go83 fmt.Fprintf(os.Stderr, "error reading global Soong config %q: %s\n", *globalSoongConfigPath, err)
89 fmt.Fprintf(os.Stderr, "error parsing global Soong config %q: %s\n", *globalSoongConfigPath, err)
95 fmt.Fprintf(os.Stderr, "error reading global config %q: %s\n", *globalConfigPath, err)
101 fmt.Fprintf(os.Stderr, "error parsing global config %q: %s\n", *globalConfigPath, err)
107 fmt.Fprintf(os.Stderr, "error reading module config %q: %s\n", *moduleConfigPath, err)
113 fmt.Fprintf(os.Stderr, "error parsing module config %q: %s\n", *moduleConfigPath, err)
125 fmt.Fprintln(os.Stderr, "error:", r)
/build/soong/cmd/host_bionic_inject/
Dhost_bionic_inject.go44 fmt.Fprintln(os.Stderr, err.Error())
51 fmt.Fprintln(os.Stderr, err.Error())
57 fmt.Fprintln(os.Stderr, err.Error())
63 fmt.Fprintln(os.Stderr, err.Error())
69 fmt.Fprintln(os.Stderr, err.Error())
76 fmt.Fprintln(os.Stderr, err.Error())
/build/blueprint/bootstrap/bpglob/
Dbpglob.go57 fmt.Fprintln(os.Stderr, "usage: bpglob -o out glob")
66 fmt.Fprintln(os.Stderr, "error: -o is required")
83 fmt.Fprintf(os.Stderr, "error: %s\n", err.Error())
/build/blueprint/bpfmt/
Dbpfmt.go35 fmt.Fprintln(os.Stderr, err)
44 fmt.Fprintln(os.Stderr, violation)
45 fmt.Fprintln(os.Stderr, "usage: bpfmt [flags] [path ...]")
71 fmt.Fprintln(os.Stderr, err)
138 fmt.Fprintln(os.Stderr, "error: cannot use -w with standard input")
/build/soong/cmd/path_interposer/
Dmain.go34 fmt.Fprintln(os.Stderr, "Unable to locate interposer executable:", err)
42 fmt.Fprintln(os.Stderr, "Unable to read link to interposer executable:", err)
52 fmt.Fprintln(os.Stderr, "Unable to stat interposer executable:", err)
56 exitCode, err := Main(os.Stdout, os.Stderr, interposer, os.Args, mainOpts{
62 fmt.Fprintln(os.Stderr, err.Error())
103 Stderr: stderr,
/build/soong/cmd/soong_build/
Dmain.go64 fmt.Fprintf(os.Stderr, "%s", err)
90 fmt.Fprintf(os.Stderr, "%s", err)
101 fmt.Fprintf(os.Stderr, "error writing soong_build metrics %s: %s", metricsFile, err)
/build/soong/androidmk/cmd/
Dandroidmk.go28 fmt.Fprintf(os.Stderr, "usage: androidmk [flags] <inputFile>\n"+
53 fmt.Fprintln(os.Stderr, "ERROR: ", err)
/build/soong/partner/androidmk/
Dandroidmk.go30 fmt.Fprintf(os.Stderr, "usage: %s [flags] <inputFile>\n"+
52 fmt.Fprintln(os.Stderr, "ERROR: ", err)
/build/soong/cmd/pom2bp/
Dpom2bp.go560 return fmt.Errorf("failed to run %s\n%s", cmd, string(exitErr.Stderr))
576 fmt.Fprintf(os.Stderr, `pom2bp, a tool to create Android.bp files from maven repos
634 fmt.Fprintln(os.Stderr, err)
641 fmt.Fprintln(os.Stderr, "Directory argument is required")
644 fmt.Fprintln(os.Stderr, "Multiple directories provided:", strings.Join(flag.Args(), " "))
651 fmt.Fprintln(os.Stderr, "Failed to get absolute directory:", err)
683 fmt.Fprintln(os.Stderr, "Error walking files:", err)
688 fmt.Fprintln(os.Stderr, "Error: no *.pom files found under", dir)
700 fmt.Fprintln(os.Stderr, "Error converting", filename, err)
711 fmt.Fprintln(os.Stderr, "Module", key, "defined twice:", old.PomFile, pom.PomFile)
[all …]
/build/soong/cmd/pom2mk/
Dpom2mk.go340 return fmt.Errorf("failed to run %s\n%s", cmd, string(exitErr.Stderr))
350 fmt.Fprintf(os.Stderr, `pom2mk, a tool to create Android.mk files from maven repos
401 fmt.Fprintln(os.Stderr, err)
408 fmt.Fprintln(os.Stderr, "Directory argument is required")
411 fmt.Fprintln(os.Stderr, "Multiple directories provided:", strings.Join(flag.Args(), " "))
418 fmt.Fprintln(os.Stderr, "Failed to get absolute directory:", err)
450 fmt.Fprintln(os.Stderr, "Error walking files:", err)
455 fmt.Fprintln(os.Stderr, "Error: no *.pom files found under", dir)
467 fmt.Fprintln(os.Stderr, "Error converting", filename, err)
478 fmt.Fprintln(os.Stderr, "Module", key, "defined twice:", old.PomFile, pom.PomFile)
[all …]
/build/soong/cmd/sbox/
Dsbox.go61 fmt.Fprintf(os.Stderr, "Usage error: %s.\n\n", violation)
64 fmt.Fprintf(os.Stderr,
84 fmt.Fprintln(os.Stderr, error)
207 cmd.Stderr = os.Stderr
/build/blueprint/microfactory/
Dmicrofactory.go354 fmt.Fprintf(os.Stderr, "Package %q depends on %v\n", p.Name, deps)
475 cmd.Stderr = os.Stderr
477 fmt.Fprintln(os.Stderr, cmd.Args)
541 cmd.Stderr = os.Stderr
543 fmt.Fprintln(os.Stderr, cmd.Args)
600 fmt.Fprintln(os.Stderr, err)
609 cmd.Stderr = os.Stderr
636 fmt.Fprintln(os.Stderr, "Usage:", os.Args[0], "-o out/binary <main-package>")
664 fmt.Fprintln(os.Stderr, err)
/build/soong/android/
Denv.go69 fmt.Fprintln(os.Stderr, "SOONG_DELVE is set but failed to find dlv")
84 fmt.Fprintln(os.Stderr, "exec() failed while trying to reexec with Delve")
/build/soong/bpfix/cmd_lib/
Dbpfix.go48 fmt.Fprintln(os.Stderr, err)
72 fmt.Fprintln(os.Stderr, err)
138 fmt.Fprintln(os.Stderr, "error: cannot use -w with standard input")
/build/blueprint/bpmodify/
Dbpmodify.go47 fmt.Fprintln(os.Stderr, err)
77 fmt.Fprintln(os.Stderr, err)
85 fmt.Fprintln(os.Stderr, err)
87 fmt.Fprintln(os.Stderr, "continuing...")
/build/soong/finder/cmd/
Dfinder.go73 fmt.Fprintf(os.Stderr, "%v\n", err.Error())
98 writer = os.Stderr
/build/blueprint/loadplugins/
Dloadplugins.go36 fmt.Fprintln(os.Stderr, "error: must pass at least one input")
/build/soong/cmd/extract_jar_packages/
Dextract_jar_packages.go48 …fmt.Fprintln(os.Stderr, "usage: extract_jar_packages -i <input file> -o <output -file> [-prefix <p…

12