Searched defs:log_errno (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/android/wds/client/
H A DClientUtils.h40 #define log_errno(str) ALOGE("%s: %s", str, strerror(errno)) macro
/external/webkit/Source/WebKit/android/wds/
H A DConnection.cpp38 #define log_errno(x) ALOGE("%s: %d", x, strerror(errno)) macro
47 log_errno("Failed to create file descriptor");
67 log_errno("Failed to bind to local host");
73 log_errno("Failed to listen");
83 log_errno("Accept failed");
H A DDebugServer.cpp45 #define log_errno(x) ALOGE("%s: %d", x, strerror(errno)) macro
93 log_errno("Failed to accept new connections");
/external/chromium/third_party/libevent/
H A Dlog.c65 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) argument
142 if (log_errno >= 0) {
146 strerror(log_errno));
/external/chromium/chrome/browser/chromeos/login/
H A Dcamera.cc38 void log_errno(const std::string& message) { function in namespace:chromeos::__anon1814
200 log_errno("VIDIOC_QUERYCAP failed.");
261 log_errno("Closing the device failed.");
284 log_errno("VIDIOC_QBUF failed.");
291 log_errno("VIDIOC_STREAMON failed.");
323 log_errno("VIDIOC_STREAMOFF failed.");
338 log_errno(base::StringPrintf("Cannot identify %s", device_name));
347 log_errno(base::StringPrintf("Cannot open %s", device_name));
363 log_errno("VIDIOC_REQBUFS failed.");
376 log_errno("VIDIOC_QUERYBU
[all...]

Completed in 169 milliseconds