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

  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_debug.h 23 #define LOG_ERRNO(...) ::crazy::LogErrno(__VA_ARGS__)
28 #define LOG_ERRNO(...) ((void)0)
42 LOG_ERRNO(__VA_ARGS__); \
crazy_linker_ashmem.cpp 62 LOG_ERRNO("%s: Region failed writable mapping with unexpected error",
70 LOG_ERRNO("%s: Failed to map region read-only", __FUNCTION__);
74 LOG_ERRNO("%s: Region could be remapped read-write. Should not happen.\n",
79 LOG_ERRNO(
crazy_linker_rdebug.cpp 31 LOG_ERRNO("%s: Could not get /proc/self/exe link", __FUNCTION__);
56 LOG_ERRNO("%s: Could not load ELF binary header", __FUNCTION__);
78 LOG_ERRNO("%s: Could not find ELF program header table", __FUNCTION__);
90 LOG_ERRNO("%s: Could not read program header entry", __FUNCTION__);
183 LOG_ERRNO("Could not remap page to read/write");
193 LOG_ERRNO("Could not remap page to old protection flags");
  /ndk/sources/android/crazy_linker/src/
crazy_linker_debug.h 23 #define LOG_ERRNO(...) ::crazy::LogErrno(__VA_ARGS__)
28 #define LOG_ERRNO(...) ((void)0)
42 LOG_ERRNO(__VA_ARGS__); \
crazy_linker_ashmem.cpp 62 LOG_ERRNO("%s: Region failed writable mapping with unexpected error",
70 LOG_ERRNO("%s: Failed to map region read-only", __FUNCTION__);
74 LOG_ERRNO("%s: Region could be remapped read-write. Should not happen.\n",
79 LOG_ERRNO(
crazy_linker_rdebug.cpp 31 LOG_ERRNO("%s: Could not get /proc/self/exe link", __FUNCTION__);
56 LOG_ERRNO("%s: Could not load ELF binary header", __FUNCTION__);
78 LOG_ERRNO("%s: Could not find ELF program header table", __FUNCTION__);
90 LOG_ERRNO("%s: Could not read program header entry", __FUNCTION__);
183 LOG_ERRNO("Could not remap page to read/write");
193 LOG_ERRNO("Could not remap page to old protection flags");
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/
CKMod.cpp 79 LOG_ERRNO("open");
95 LOG_ERRNO("close");
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
CMcKMod.cpp 74 LOG_ERRNO("ioctl MC_IO_MAP_WSM");
81 LOG_ERRNO("mmap");
125 LOG_ERRNO("ioctl MC_IO_MAP_MCI");
132 LOG_ERRNO("mmap");
185 LOG_ERRNO("read");
227 LOG_ERRNO("ioctl MC_IO_INIT");
249 LOG_ERRNO("ioctl MC_IO_INFO");
277 LOG_ERRNO("ioctl MC_IO_YIELD");
297 LOG_ERRNO("ioctl MC_IO_NSIQ");
318 LOG_ERRNO("mmap failed")
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
Connection.cpp 86 LOG_ERRNO("Can't open stream socket.");
93 LOG_ERRNO("connect()");
131 LOG_ERRNO("select");
145 LOG_ERRNO("no fd is set, select");
168 LOG_ERRNO("could not send all data, because send");
200 LOG_ERRNO("select");
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/
Server.cpp 64 LOG_ERRNO("Can't open stream socket, because socket");
77 LOG_ERRNO("Binding to server socket failed, because bind");
82 LOG_ERRNO("listen");
120 LOG_ERRNO("select");
146 LOG_ERRNO("accept");
194 LOG_ERRNO("Exiting Server, because");
NetlinkServer.cpp 66 LOG_ERRNO("Opening socket");
82 LOG_ERRNO("Binding to server socket failed, because bind");
106 LOG_ERRNO("recvmsg");
118 LOG_ERRNO("Exiting NetlinkServer! Because it");
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
v4llookup.cc 52 LOG_ERRNO(LS_ERROR) << "VIDIOC_QUERYCAP failed for " << device_path;
55 LOG_ERRNO(LS_ERROR) << "Failed to open " << device_path;
  /external/chromium_org/third_party/libjingle/overrides/talk/base/
logging.h 194 #undef LOG_ERRNO
195 #define LOG_ERRNO(sev) LOG_ERRNO_EX(sev, errno)
206 #define LOG_ERR(sev) LOG_ERRNO(sev)
  /external/chromium_org/third_party/webrtc/overrides/webrtc/base/
logging.h 200 #undef LOG_ERRNO
201 #define LOG_ERRNO(sev) LOG_ERRNO_EX(sev, errno)
212 #define LOG_ERR(sev) LOG_ERRNO(sev)
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctpdataengine.cc 339 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed to create SCTP socket.";
346 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed to set SCTP to non blocking.";
358 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed to set SO_LINGER.";
368 LOG_ERRNO(LS_ERROR) << debug_name_
377 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed to set SCTP_NODELAY.";
394 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed to set SCTP_EVENT type: "
440 LOG_ERRNO(LS_ERROR) << debug_name_ << "->Connect(): "
451 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed usrsctp_connect. got errno="
561 LOG_ERRNO(LS_ERROR) << "ERROR:" << debug_name_
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
logging.h 49 // LOG_ERRNO(sev) attempts to add a string description of an errno-derived
363 #define LOG_ERRNO(sev) \
390 LOG_ERRNO(sev)
  /external/chromium_org/third_party/webrtc/base/
logging.h 32 // LOG_ERRNO(sev) attempts to add a string description of an errno-derived
346 #define LOG_ERRNO(sev) \
373 LOG_ERRNO(sev)
  /hardware/samsung_slsi/exynos5/mobicore/common/LogWrapper/
log.h 126 #define LOG_ERRNO(MESSAGE) \

Completed in 314 milliseconds