Searched refs:log_errno (Results 1 – 6 of 6) sorted by relevance
/external/webkit/WebKit/android/wds/client/ |
D | AdbConnection.cpp | 56 log_errno("Failed to create socket for connecting to adb"); in connect() 66 log_errno("Failed to connect to adb"); in connect() 100 log_errno("Failure when sending payload"); in sendRequest() 106 log_errno("Failure when sending command"); in sendRequest() 130 log_errno("Failure reading failure message from adb"); in printFailureMessage() 153 log_errno("Failure reading response from adb"); in checkOkayResponse() 195 log_errno("Failure to read payload size of device list"); in getDeviceList() 210 log_errno("Failure reading the device list"); in getDeviceList()
|
D | main.cpp | 53 log_errno("Failed to create file descriptor"); in wds_open() 58 log_errno("Failed to connect to remote debug server"); in wds_open()
|
D | ClientUtils.h | 40 #define log_errno(str) LOGE("%s: %s", str, strerror(errno)) macro
|
/external/webkit/WebKit/android/wds/ |
D | Connection.cpp | 38 #define log_errno(x) LOGE("%s: %d", x, strerror(errno)) macro 47 log_errno("Failed to create file descriptor"); in open() 67 log_errno("Failed to bind to local host"); in connect() 73 log_errno("Failed to listen"); in connect() 83 log_errno("Accept failed"); in accept()
|
D | DebugServer.cpp | 45 #define log_errno(x) LOGE("%s: %d", x, strerror(errno)) macro 93 log_errno("Failed to accept new connections"); in start()
|
/external/chromium/third_party/libevent/ |
D | log.c | 65 static void _warn_helper(int severity, int log_errno, const char *fmt, 132 _warn_helper(int severity, int log_errno, const char *fmt, va_list ap) in _warn_helper() argument 142 if (log_errno >= 0) { in _warn_helper() 146 strerror(log_errno)); in _warn_helper()
|