Home
last modified time | relevance | path

Searched refs:kControlMsgSize (Results 1 – 1 of 1) 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()