Lines Matching refs:fprintf
184 fprintf(stderr, "%s: %s %08x %08x %04x \"", in print_packet()
546 fprintf(stderr, "adb: cannot make handle 0x%p non-inheritable: %s\n", h, in _make_handle_noninheritable()
562 fprintf(stderr, "adb: CreatePipe failed: %s\n", in _create_anonymous_pipe()
593 fprintf(stderr, "adb: failed to get file descriptor for %s: %s\n", output_name, in _redirect_pipe_thread()
606 fprintf(stderr, "adb: failed to duplicate file descriptor for %s: %s\n", output_name, in _redirect_pipe_thread()
614 fprintf(stderr, "adb: failed to set binary mode for duplicate of %s: %s\n", output_name, in _redirect_pipe_thread()
622 fprintf(stderr, "adb: failed to open duplicate stream for %s: %s\n", output_name, in _redirect_pipe_thread()
631 fprintf(stderr, "adb: failed to unbuffer %s: %s\n", output_name, strerror(errno)); in _redirect_pipe_thread()
648 fprintf(stderr, "adb: failed to read from %s: %s\n", output_name, in _redirect_pipe_thread()
659 fprintf(stderr, "adb: error: only wrote %zu of %lu bytes to %s\n", bytes_written, in _redirect_pipe_thread()
680 fprintf(stderr, "ADB server didn't ACK\n"); in ReportServerStartupFailure()
681 fprintf(stderr, "Full server startup log: %s\n", GetLogFilePath().c_str()); in ReportServerStartupFailure()
682 fprintf(stderr, "Server had pid: %d\n", pid); in ReportServerStartupFailure()
696 while (static_cast<size_t>(i) < lines.size()) fprintf(stderr, "%s\n", lines[i++].c_str()); in ReportServerStartupFailure()
723 fprintf(stderr, "adb: CreateFileW 'nul' failed: %s\n", in launch_server()
785 fprintf(stderr, "adb: cannot fit pipe handle value into 32-bits: 0x%p\n", ack_write.get()); in launch_server()
795 fprintf(stderr, "adb: cannot get executable path: %s\n", in launch_server()
820 fprintf(stderr, "adb: CreateProcessW failed: %s\n", in launch_server()
850 fprintf(stderr, "adb: cannot create thread: %s\n", strerror(errno)); in launch_server()
859 fprintf(stderr, "adb: cannot create thread: %s\n", strerror(errno)); in launch_server()
886 fprintf(stderr, "could not read ok from ADB Server%s\n", in launch_server()
905 fprintf(stderr, "adb: timed out waiting for threads to finish reading from ADB server\n"); in launch_server()
911 fprintf(stderr, "adb: server is running with process id %lu\n", pinfo.dwProcessId); in launch_server()
917 fprintf(stderr, "adb: unexpected result waiting for threads: %lu: %s\n", wait_result, in launch_server()
931 fprintf(stderr, "pipe failed in launch_server, errno: %d\n", errno); in launch_server()
954 fprintf(stderr, "adb: execl returned %d: %s\n", result, strerror(errno)); in launch_server()
964 fprintf(stderr, "could not read ok from ADB Server, errno = %d\n", saved_errno); in launch_server()
1133 fprintf(stderr, "adb server killed by remote request\n"); in handle_host_request()