Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/linux/crash_generation/
Dcrash_generation_server.cc199 static const unsigned kControlMsgSize = in ClientEvent() local
208 char control[kControlMsgSize]; in ClientEvent()
216 msg.msg_controllen = kControlMsgSize; in ClientEvent()
222 if (msg.msg_controllen != kControlMsgSize || in ClientEvent()
Dcrash_generation_client.cc55 static const unsigned kControlMsgSize = CMSG_SPACE(sizeof(int)); in RequestDump() local
64 char cmsg[kControlMsgSize] = ""; in RequestDump()
/external/google-breakpad/src/client/linux/handler/
Dexception_handler_unittest.cc876 static const unsigned kControlMsgSize = variable
898 char cmsg[kControlMsgSize]; in CrashHandler()
899 memset(cmsg, 0, kControlMsgSize); in CrashHandler()
951 char control[kControlMsgSize]; in TEST()
957 msg.msg_controllen = kControlMsgSize; in TEST()
961 ASSERT_EQ(kControlMsgSize, msg.msg_controllen); in TEST()