Searched refs:ERR (Results 1 – 5 of 5) sorted by relevance
/system/core/adb/sysdeps/win32/ |
D | errno.cpp | 46 #undef ERR in adb_strerror() 47 #define ERR(errnum, desc) case errnum: custom_msg = desc; break in adb_strerror() macro 51 ERR(ECONNRESET, "Connection reset by peer"); in adb_strerror() 52 ERR(EHOSTUNREACH, "No route to host"); in adb_strerror() 53 ERR(ENETDOWN, "Network is down"); in adb_strerror() 54 ERR(ENETRESET, "Network dropped connection because of reset"); in adb_strerror() 55 ERR(ENOBUFS, "No buffer space available"); in adb_strerror() 56 ERR(ENOPROTOOPT, "Protocol not available"); in adb_strerror() 57 ERR(ENOTCONN, "Transport endpoint is not connected"); in adb_strerror() 58 ERR(ENOTSOCK, "Socket operation on non-socket"); in adb_strerror() [all …]
|
/system/core/fastboot/ |
D | usb_osx.cpp | 53 #define ERR(x...) fprintf(stderr, "ERROR: " x) macro 109 ERR("Couldn't create a device interface iterator: (%08x)\n", kr); in try_interfaces() 140 ERR("Couldn't create interface interface: (%08x)\n", in try_interfaces() 176 ERR("Unable to get number of endpoints: (%08x)\n", kr); in try_interfaces() 185 ERR("Unable to get interface class, subclass and protocol\n"); in try_interfaces() 222 ERR("could not get pipe properties for endpoint %u (%08x)\n", endpoint, kr); in try_interfaces() 244 ERR("could not clear input pipe; result %x, ignoring...\n", kr); in try_interfaces() 252 ERR("could not clear output pipe; result %x, ignoring....\n", kr); in try_interfaces() 293 ERR("Couldn't create a device interface (%08x)\n", (int) result); in try_device() 307 ERR("GetDeviceVendor"); in try_device() [all …]
|
/system/nvram/core/include/nvram/core/ |
D | logger.h | 72 #define NVRAM_LOG_ERR(fmt, ...) NVRAM_LOG(ERR, fmt, ##__VA_ARGS__)
|
/system/timezone/tzdatacheck/ |
D | tzdatacheck.cpp | 184 enum PathStatus { ERR, NONE, IS_DIR, IS_REG, UNKNOWN }; enumerator 191 return ERR; in checkPath() 398 if (dataCurrentDirStatus == ERR) { in processStagedOperation()
|
/system/update_engine/scripts/ |
D | brillo_update_payload | 317 trap - INT TERM ERR EXIT 323 trap - INT TERM ERR EXIT 327 trap cleanup_on_error INT TERM ERR
|