Home
last modified time | relevance | path

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

/system/media/camera/docs/
Dmetadata_parser_xml.py290 def render(self, template, output_name=None): argument
320 if output_name is None:
323 file(output_name, "w").write(tpl_data.encode('utf-8'))
337 output_name = sys.argv[3] if len(sys.argv) > 3 else None variable
339 parser.render(template_name, output_name)
/system/sepolicy/tools/fc_sort/
Dfc_sort.c319 char *input_name, *output_name, *line_buf; in main() local
337 output_name = (argc >= 3) ? argv[2] : NULL; in main()
529 if (output_name) { in main()
530 if (!(out_file = fopen(output_name, "w"))) { in main()
562 if (output_name) { in main()
/system/core/adb/
Dadb.cpp518 const char* output_name = nStdHandle == STD_OUTPUT_HANDLE ? "stdout" : "stderr"; in _redirect_pipe_thread() local
523 fprintf(stderr, "Failed to get file descriptor for %s: %s\n", output_name, strerror(errno)); in _redirect_pipe_thread()
535 fprintf(stderr, "Failed to duplicate file descriptor for %s: %s\n", output_name, in _redirect_pipe_thread()
543 fprintf(stderr, "Failed to set binary mode for duplicate of %s: %s\n", output_name, in _redirect_pipe_thread()
551 fprintf(stderr, "Failed to open duplicate stream for %s: %s\n", output_name, in _redirect_pipe_thread()
560 fprintf(stderr, "Failed to unbuffer %s: %s\n", output_name, strerror(errno)); in _redirect_pipe_thread()
577 fprintf(stderr, "Failed to read from %s: %s\n", output_name, in _redirect_pipe_thread()
589 output_name); in _redirect_pipe_thread()
/system/bt/vendor_libs/linux/
DBUILD.gn18 output_name = "libbt-vendor"