Home
last modified time | relevance | path

Searched refs:output_name (Results 1 – 3 of 3) sorted by relevance

/system/media/camera/docs/
Dmetadata_parser_xml.py319 def render(self, template, output_name=None, hal_version="3.2"): argument
353 if output_name is None:
356 file(output_name, "w").write(tpl_data.encode('utf-8'))
370 output_name = sys.argv[3] if len(sys.argv) > 3 else None variable
374 parser.render(template_name, output_name, hal_version)
/system/sepolicy/tools/fc_sort/
Dfc_sort.c333 char *input_name, *output_name, *line_buf; in main() local
350 output_name = (argc >= 3) ? argv[2] : NULL; in main()
581 if (output_name) { in main()
582 if (!(out_file = fopen(output_name, "w"))) { in main()
620 if (output_name) { in main()
/system/core/adb/
Dadb.cpp519 const char* output_name = nStdHandle == STD_OUTPUT_HANDLE ? "stdout" : "stderr"; in _redirect_pipe_thread() local
524 fprintf(stderr, "adb: failed to get file descriptor for %s: %s\n", output_name, in _redirect_pipe_thread()
537 fprintf(stderr, "adb: failed to duplicate file descriptor for %s: %s\n", output_name, in _redirect_pipe_thread()
545 fprintf(stderr, "adb: failed to set binary mode for duplicate of %s: %s\n", output_name, in _redirect_pipe_thread()
553 fprintf(stderr, "adb: failed to open duplicate stream for %s: %s\n", output_name, in _redirect_pipe_thread()
562 fprintf(stderr, "adb: failed to unbuffer %s: %s\n", output_name, strerror(errno)); in _redirect_pipe_thread()
579 fprintf(stderr, "adb: failed to read from %s: %s\n", output_name, in _redirect_pipe_thread()
591 bytes_read, output_name); in _redirect_pipe_thread()