Home
last modified time | relevance | path

Searched refs:stderr (Results 1 – 25 of 50) sorted by relevance

12

/build/make/tools/
Djava-layers.py8 sys.stderr.write("usage: java-layers.py DEPENDENCY_FILE SOURCE_DIRECTORIES...\n")
9 sys.stderr.write("\n")
10 sys.stderr.write("Enforces layering between java packages. Scans\n")
11 sys.stderr.write("DIRECTORY and prints errors when the packages violate\n")
12 sys.stderr.write("the rules defined in the DEPENDENCY_FILE.\n")
13 sys.stderr.write("\n")
14 sys.stderr.write("Prints a warning when an unknown package is encountered\n")
15 sys.stderr.write("on the assumption that it should fit somewhere into the\n")
16 sys.stderr.write("layering.\n")
17 sys.stderr.write("\n")
[all …]
Dpost_process_props.py62 sys.stderr.write("error: %s cannot exceed %d bytes: " %
64 sys.stderr.write("%s (%d)\n" % (p.value, len(p.value)))
68 sys.stderr.write("error: found unresolved optional prop assignment:\n")
69 sys.stderr.write(str(p) + "\n")
104 sys.stderr.write("error: found duplicate sysprop assignments:\n")
106 sys.stderr.write("%s\n" % str(p))
221 sys.stderr.write("bad command line: " + str(argv) + "\n")
Dmerge-event-log-tags.py65 print >> sys.stderr, "unhandled option %s" % (o,)
136 print >> sys.stderr, "%s:%d: error: %s" % (fn, ln, msg)
141 print >> sys.stderr, "%s:%d: warning: %s" % (fn, ln, msg)
163 print >> sys.stderr, ("Error: Tag number not defined for tag `%s'."
Dextract_kernel.py111 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
124 stderr=subprocess.PIPE)
173 sys.stderr.write(
Djava-event-log-tags.py51 print >> sys.stderr, "unhandled option %s" % (o,)
95 print >> sys.stderr, "%s:%d: error: %s" % (fn, ln, msg)
Dcheck_elf_file.py200 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
339 if sys.stderr.isatty():
349 print(self._file_path + ': ' + self._ERROR_TAG, *args, file=sys.stderr)
354 print(self._file_path + ': ' + self._NOTE_TAG, *args, file=sys.stderr)
Dfilter-product-graph.py45 sys.stderr.write("argv: " + str(sys.argv) + "\n")
Dauto_gen_test_config.py46 sys.stderr.write(
/build/make/tools/acp/
Dacp.c82 fprintf(stderr, in process()
86 fprintf(stderr, "acp: unable to stat dest dir\n"); in process()
95 fprintf(stderr, in process()
213 fprintf(stderr, "Unexpected arg -%c\n", ic); in main()
225 fprintf(stderr, "acp: missing destination file\n"); in main()
231 fprintf(stderr, "Usage: acp [OPTION]... SOURCE DEST\n"); in main()
232 fprintf(stderr, " or: acp [OPTION]... SOURCE... DIRECTORY\n"); in main()
233 fprintf(stderr, "\nOptions:\n"); in main()
234 fprintf(stderr, " -d never follow (dereference) symbolic links\n"); in main()
235 fprintf(stderr, " -e if source file doesn't exist, try adding " in main()
[all …]
/build/make/tools/fs_get_stats/
Dfs_get_stats.c13 fprintf(stderr, "%s:%d: ERROR: " fmt, \
19 do { fprintf(stderr, "DEBUG: " fmt, ##args); } while(0)
27 fprintf(stderr, "fs_get_stats: retrieve the target file stats " in print_help()
29 fprintf(stderr, "usage: fs_get_stats cur_perms is_dir filename targetout\n"); in print_help()
30 fprintf(stderr, "\tcur_perms - The current permissions of " in print_help()
32 fprintf(stderr, "\tis_dir - Is filename is a dir, 1. Otherwise, 0.\n"); in print_help()
33 fprintf(stderr, "\tfilename - The filename to lookup\n"); in print_help()
34 fprintf(stderr, "\ttargetout - The target out path to query device specific FS configs\n"); in print_help()
35 fprintf(stderr, "\n"); in print_help()
/build/make/tools/zipalign/
DZipAlign.cpp33 fprintf(stderr, "Zip alignment utility\n"); in usage()
34 fprintf(stderr, "Copyright (C) 2009 The Android Open Source Project\n\n"); in usage()
35 fprintf(stderr, in usage()
38 fprintf(stderr, in usage()
40 fprintf(stderr, " -c: check alignment only (does not modify file)\n"); in usage()
41 fprintf(stderr, " -f: overwrite existing outfile.zip\n"); in usage()
42 fprintf(stderr, " -p: memory page alignment for stored shared object files\n"); in usage()
43 fprintf(stderr, " -v: verbose output\n"); in usage()
44 fprintf(stderr, " -z: recompress using Zopfli\n"); in usage()
81 fprintf(stderr, "ERROR: unable to retrieve entry %d\n", i); in copyAndAlign()
[all …]
/build/make/tools/libhost/
DCopyFile.c127 fprintf(stderr, in copyFileContents()
135 fprintf(stderr, in copyFileContents()
140 fprintf(stderr, "acp: partial write to '%s' (%zd of %zd)\n", in copyFileContents()
218 fprintf(stderr, in copyRegular()
223 fprintf(stderr, "acp: unable to stat destination '%s'\n", dst); in copyRegular()
229 fprintf(stderr, "acp: '%s' and '%s' are the same file\n", in copyRegular()
245 fprintf(stderr, "acp: unable to open '%s': %s\n", src, strerror(errno)); in copyRegular()
256 fprintf(stderr, in copyRegular()
273 fprintf(stderr, "acp: unable to remove '%s': %s\n", in copyRegular()
285 fprintf(stderr, "acp: unable to open '%s': %s\n", in copyRegular()
[all …]
/build/make/tools/ziptime/
DZipTime.cpp29 fprintf(stderr, "Zip timestamp utility\n"); in usage()
30 fprintf(stderr, "Copyright (C) 2015 The Android Open Source Project\n\n"); in usage()
31 fprintf(stderr, "Usage: ziptime file.zip\n"); in usage()
43 fprintf(stderr, "Unable to rewrite '%s' as zip archive\n", argv[1]); in main()
/build/soong/ui/terminal/
Dstdio.go44 stderr io.Writer member
47 func NewCustomStdio(stdin io.Reader, stdout, stderr io.Writer) StdioInterface {
48 return customStdio{stdin, stdout, stderr}
53 func (c customStdio) Stderr() io.Writer { return c.stderr }
/build/make/tools/atree/
Datree.cpp61 fwrite(USAGE, strlen(USAGE), 1, stderr); in usage()
84 fflush(stderr); in debug_printf()
133 fprintf(stderr, "%s: -o may only be supplied once -- " in main()
144 fprintf(stderr, "%s: -m may only be supplied once -- " in main()
152 fprintf(stderr, "%s Invalid expression in '-v %s': " in main()
168 fprintf(stderr, "%s: invalid argument -- %s\n", argv[0], argv[optind]); in main()
173 fprintf(stderr, "%s: At least one -f option must be supplied.\n", in main()
179 fprintf(stderr, "%s: At least one -I option must be supplied.\n", in main()
185 fprintf(stderr, "%s: -o option must be supplied.\n", argv[0]); in main()
354 fprintf(stderr, "error opening manifest file for write: %s\n", in main()
Dfs.cpp34 fprintf(stderr, "error deleting file %s (%s)\n", path.c_str(), in remove_file()
49 fprintf(stderr, "error getting directory contents %s (%s)\n", in remove_recursively()
91 fprintf(stderr, "error deleting directory %s (%s)\n", path.c_str(), in remove_recursively()
118 fprintf(stderr, "can't create directory %s (%s)\n", in mkdir_recursively()
124 fprintf(stderr, "can't create directory %s because %s is a file.\n", in mkdir_recursively()
171 fprintf(stderr, "Invalid ATREE_STRIP command '%s'\n", strip_cmd); in strip_file()
Dfiles.cpp161 fprintf(stderr, "Recursive replacement detected during variables " in replace_variables()
166 fprintf(stderr, " %s=%s\n", in replace_variables()
192 fprintf(stderr, "Could not open list file (%s): %s\n", in read_list_file()
200 fprintf(stderr, "Could not seek to the end of file %s. (%s)\n", in read_list_file()
210 fprintf(stderr, "Could not seek to the beginning of file %s. (%s)\n", in read_list_file()
219 fprintf(stderr, "out of memory (%ld)\n", size); in read_list_file()
225 fprintf(stderr, "error reading file %s. (%s)\n", in read_list_file()
304 fprintf(stderr, "%s:%d: bad format: %s\n%s\nExpected: [SRC] [rm|strip] DEST\n", in read_list_file()
358 fprintf(stderr, "%s:%d: couldn't locate source file: %s\n", in locate()
/build/make/core/tasks/check_boot_jars/
Dcheck_boot_jars.py59 print >> sys.stderr, ('Error: %s contains class file %s, whose package name %s is empty or'
64 print >> sys.stderr, ('Error: %s does not contain any class files.' % jar)
/build/make/core/tasks/
Dfind-shareduid-violation.py32 p = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
46 print(error_msg, file=sys.stderr)
/build/soong/ui/logger/
Dlogger.go138 stderr *log.Logger member
153 stderr: log.New(out, "", log.Ltime),
222 s.stderr.Output(calldepth+1, str)
230 s.stderr.Output(calldepth+1, str)
/build/make/tools/fs_config/
Dfs_config.c71 fprintf(stderr, "Usage: fs_config [-D product_out_path] [-S context_file] [-R root] [-C]\n"); in usage()
147 fprintf(stderr, "non null terminated buffer, aborting\n"); in main()
/build/soong/zip/
Dzip.go194 stderr io.Writer member
286 stderr: args.Stderr,
294 if z.stderr == nil {
295 z.stderr = os.Stderr
321 fmt.Fprintln(z.stderr, "warning:", err)
338 fmt.Fprintln(z.stderr, "warning:", err)
349 fmt.Fprintln(z.stderr, "warning:", err)
608 fmt.Fprintln(z.stderr, "warning:", err)
/build/make/tools/releasetools/
Dmake_recovery_patch.py26 print("Python 2.7 or newer is required.", file=sys.stderr)
/build/soong/scripts/
Dconstruct_context.py86 print('error: ' + str(err), file=sys.stderr)
/build/soong/cmd/path_interposer/
Dmain.go80 func Main(stdout, stderr io.Writer, interposer string, args []string, opts mainOpts) (int, error) {
103 Stderr: stderr,

12