Searched refs:output_name (Results 1 – 2 of 2) sorted by relevance
/system/media/camera/docs/ |
D | metadata_parser_xml.py | 319 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/core/adb/ |
D | adb.cpp | 563 const char* output_name = nStdHandle == STD_OUTPUT_HANDLE ? "stdout" : "stderr"; in _redirect_pipe_thread() local 568 fprintf(stderr, "adb: failed to get file descriptor for %s: %s\n", output_name, in _redirect_pipe_thread() 581 fprintf(stderr, "adb: failed to duplicate file descriptor for %s: %s\n", output_name, in _redirect_pipe_thread() 589 fprintf(stderr, "adb: failed to set binary mode for duplicate of %s: %s\n", output_name, in _redirect_pipe_thread() 597 fprintf(stderr, "adb: failed to open duplicate stream for %s: %s\n", output_name, in _redirect_pipe_thread() 606 fprintf(stderr, "adb: failed to unbuffer %s: %s\n", output_name, strerror(errno)); in _redirect_pipe_thread() 623 fprintf(stderr, "adb: failed to read from %s: %s\n", output_name, in _redirect_pipe_thread() 635 bytes_read, output_name); in _redirect_pipe_thread()
|