Home | History | Annotate | Download | only in adb

Lines Matching refs:output_name

550     const char*     output_name = nStdHandle == STD_OUTPUT_HANDLE ? "stdout" : "stderr";
555 fprintf(stderr, "Failed to get file descriptor for %s: %s\n", output_name, strerror(errno));
567 fprintf(stderr, "Failed to duplicate file descriptor for %s: %s\n", output_name,
575 fprintf(stderr, "Failed to set binary mode for duplicate of %s: %s\n", output_name,
583 fprintf(stderr, "Failed to open duplicate stream for %s: %s\n", output_name,
592 fprintf(stderr, "Failed to unbuffer %s: %s\n", output_name, strerror(errno));
609 fprintf(stderr, "Failed to read from %s: %s\n", output_name,
621 output_name);