Searched refs:ERR (Results 1 – 4 of 4) sorted by relevance
/system/core/fastboot/ |
D | usb_osx.cpp | 53 #define ERR(x...) fprintf(stderr, "ERROR: " x) macro 116 ERR("Couldn't create a device interface iterator: (%08x)\n", kr); in try_interfaces() 147 ERR("Couldn't create interface interface: (%08x)\n", in try_interfaces() 183 ERR("Unable to get number of endpoints: (%08x)\n", kr); in try_interfaces() 192 ERR("Unable to get interface class, subclass and protocol\n"); in try_interfaces() 229 ERR("could not get pipe properties for endpoint %u (%08x)\n", endpoint, kr); in try_interfaces() 251 ERR("could not clear input pipe; result %x, ignoring...\n", kr); in try_interfaces() 259 ERR("could not clear output pipe; result %x, ignoring....\n", kr); in try_interfaces() 293 ERR("Unable to create a plug-in (%08x)\n", kr); in try_device() 301 ERR("Couldn't create a device interface (%08x)\n", (int) result); in try_device() [all …]
|
/system/extras/tests/net_test/ |
D | net_test.sh | 15 trap "exec /bin/bash" ERR EXIT
|
/system/update_engine/scripts/ |
D | brillo_update_payload | 260 trap - INT TERM ERR EXIT 266 trap - INT TERM ERR EXIT 270 trap cleanup_on_error INT TERM ERR
|
/system/core/adb/ |
D | sysdeps_win32.cpp | 562 #undef ERR in adb_strerror() 563 #define ERR(errnum, desc) case errnum: custom_msg = desc; break in adb_strerror() macro 567 ERR(ECONNRESET, "Connection reset by peer"); in adb_strerror() 568 ERR(EHOSTUNREACH, "No route to host"); in adb_strerror() 569 ERR(ENETDOWN, "Network is down"); in adb_strerror() 570 ERR(ENETRESET, "Network dropped connection because of reset"); in adb_strerror() 571 ERR(ENOBUFS, "No buffer space available"); in adb_strerror() 572 ERR(ENOPROTOOPT, "Protocol not available"); in adb_strerror() 573 ERR(ENOTCONN, "Transport endpoint is not connected"); in adb_strerror() 574 ERR(ENOTSOCK, "Socket operation on non-socket"); in adb_strerror() [all …]
|