Home
last modified time | relevance | path

Searched refs:kControlMsgSize (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/
Dcrash_handler_host_linux.cc38 const unsigned kControlMsgSize = variable
134 char control[kControlMsgSize]; in OnFileCanReadWithoutBlocking()
160 msg.msg_controllen = kControlMsgSize; in OnFileCanReadWithoutBlocking()
172 if (msg.msg_controllen != kControlMsgSize || in OnFileCanReadWithoutBlocking()
178 << " kControlMsgSize:" << kControlMsgSize; in OnFileCanReadWithoutBlocking()
/external/chromium_org/components/breakpad/browser/
Dcrash_handler_host_linux.cc48 const unsigned kControlMsgSize = variable
166 char control[kControlMsgSize]; in OnFileCanReadWithoutBlocking()
198 msg.msg_controllen = kControlMsgSize; in OnFileCanReadWithoutBlocking()
210 if (msg.msg_controllen != kControlMsgSize || in OnFileCanReadWithoutBlocking()
216 << " kControlMsgSize:" << kControlMsgSize; in OnFileCanReadWithoutBlocking()
/external/chromium_org/components/breakpad/app/
Dbreakpad_linux.cc761 static const unsigned kControlMsgSize = sizeof(fds); in NonBrowserCrashHandler() local
762 static const unsigned kControlMsgSpaceSize = CMSG_SPACE(kControlMsgSize); in NonBrowserCrashHandler()
763 static const unsigned kControlMsgLenSize = CMSG_LEN(kControlMsgSize); in NonBrowserCrashHandler()