Searched refs:fatal_errno (Results 1 – 12 of 12) sorted by relevance
52 fatal_errno("cannot convert temporary file path from UTF-16 to UTF-8"); in GetLogFilePath()156 fatal_errno("error writing ACK to fd %d", ack_reply_fd); in adb_server_main()
173 fatal_errno("Transport is null"); in send_packet()177 fatal_errno("cannot enqueue packet on transport socket"); in send_packet()492 fatal_errno("cannot read transport registration socket"); in transport_registration_func()533 fatal_errno("cannot open transport socketpair"); in transport_registration_func()549 fatal_errno("cannot create write_transport thread"); in transport_registration_func()553 fatal_errno("cannot create read_transport thread"); in transport_registration_func()570 fatal_errno("cannot open transport registration socketpair"); in init_transport_registration()593 fatal_errno("cannot write transport registration socket\n"); in register_transport()604 fatal_errno("cannot write transport registration socket\n"); in remove_transport()
57 fatal_errno("failed to open %s", kNullFileName); in close_stdin()61 fatal_errno("failed to redirect stdin to %s", kNullFileName); in close_stdin()
148 void fatal_errno(const char* fmt, ...) __attribute__((noreturn, format(__printf__, 1, 2)));
260 fatal_errno("cannot create device poll thread"); in usb_init()263 fatal_errno("cannot create power notification thread"); in usb_init()
378 fatal_errno("cannot create usb thread"); in usb_adb_init()588 fatal_errno("[ cannot create usb thread ]\n"); in usb_ffs_init()
316 fatal_errno("cannot create local socket %s thread", debug_name); in local_init()
391 fatal_errno("could not set stdin to binary"); in copy_to_file()400 fatal_errno("could not set stdout to binary"); in copy_to_file()432 fatal_errno("could not restore stdin mode"); in copy_to_file()440 fatal_errno("could not restore stdout mode"); in copy_to_file()
429 fatal_errno("cannot create RunLoop thread"); in usb_init()
594 fatal_errno("cannot create device_poll thread"); in usb_init()
75 void fatal_errno(const char* fmt, ...) { in fatal_errno() function
2267 fatal_errno("cannot convert argument from UTF-16 to UTF-8"); in NarrowArgs()