Lines Matching refs:fmt
64 fmt.Println(err)
94 fmt.Fprintf(os.Stderr, "error reading global Soong config %q: %s\n", *globalSoongConfigPath, err)
100 fmt.Fprintf(os.Stderr, "error parsing global Soong config %q: %s\n", *globalSoongConfigPath, err)
106 fmt.Fprintf(os.Stderr, "error reading global config %q: %s\n", *globalConfigPath, err)
112 fmt.Fprintf(os.Stderr, "error parsing global config %q: %s\n", *globalConfigPath, err)
118 fmt.Fprintf(os.Stderr, "error reading module config %q: %s\n", *moduleConfigPath, err)
124 fmt.Fprintf(os.Stderr, "error parsing module config %q: %s\n", *moduleConfigPath, err)
136 fmt.Fprintln(os.Stderr, "error:", r)
175 fmt.Fprint(depFile, `: \`+"\n")
177 fmt.Fprintf(depFile, ` %s \`+"\n", tool)
183 fmt.Fprintf(depFile, ` %s \`+"\n", input)
188 fmt.Fprintln(script, "rm -f $2.d")
190 fmt.Fprintln(script, `echo -n $2 > $2.d`)
193 fmt.Fprintf(script, "cat >> $2.d <<'EOF'\n%sEOF\n", depFile.String())
227 panic(fmt.Errorf("module.DexPath must be '$1', was %q", module.DexPath))