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.cc202 static const unsigned kControlMsgSize = in ClientEvent() local
211 char control[kControlMsgSize]; in ClientEvent()
219 msg.msg_controllen = kControlMsgSize; in ClientEvent()
225 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.cc970 static const unsigned kControlMsgSize = variable
992 char cmsg[kControlMsgSize]; in CrashHandler()
993 memset(cmsg, 0, kControlMsgSize); in CrashHandler()
1043 char control[kControlMsgSize]; in TEST()
1049 msg.msg_controllen = kControlMsgSize; in TEST()
1053 ASSERT_EQ(kControlMsgSize, msg.msg_controllen); in TEST()