HomeSort by relevance Sort by last modified time
    Searched refs:fatal_errno (Results 1 - 12 of 12) sorted by null

  /system/core/adb/client/
main.cpp 53 fatal_errno("cannot convert temporary file path from UTF-16 to UTF-8");
157 fatal_errno("error writing ACK to fd %d", ack_reply_fd);
  /system/core/adb/
adb_utils.cpp 57 fatal_errno("failed to open %s", kNullFileName);
61 fatal_errno("failed to redirect stdin to %s", kNullFileName);
transport.cpp 173 fatal_errno("Transport is null");
177 fatal_errno("cannot enqueue packet on transport socket");
492 fatal_errno("cannot read transport registration socket");
533 fatal_errno("cannot open transport socketpair");
549 fatal_errno("cannot create write_transport thread");
553 fatal_errno("cannot create read_transport thread");
570 fatal_errno("cannot open transport registration socketpair");
593 fatal_errno("cannot write transport registration socket\n");
604 fatal_errno("cannot write transport registration socket\n");
adb.h 148 void fatal_errno(const char* fmt, ...) __attribute__((noreturn, format(__printf__, 1, 2)));
usb_windows.cpp 260 fatal_errno("cannot create device poll thread");
263 fatal_errno("cannot create power notification thread");
transport_local.cpp 317 fatal_errno("cannot create local socket %s thread", debug_name);
usb_linux_client.cpp 378 fatal_errno("cannot create usb thread");
588 fatal_errno("[ cannot create usb thread ]\n");
commandline.cpp 372 fatal_errno("could not set stdin to binary");
381 fatal_errno("could not set stdout to binary");
392 fatal_errno("could not restore stdin mode");
400 fatal_errno("could not restore stdout mode");
    [all...]
usb_osx.cpp 429 fatal_errno("cannot create RunLoop thread");
usb_linux.cpp 594 fatal_errno("cannot create device_poll thread");
adb.cpp 75 void fatal_errno(const char* fmt, ...) { function
    [all...]
sysdeps_win32.cpp     [all...]

Completed in 159 milliseconds