Home
last modified time | relevance | path

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

/system/core/base/
Dcmsg.cpp129 #define CMSG_ASSERT static_assert in ReceiveFileDescriptorVector() macro
132 #define CMSG_ASSERT CHECK in ReceiveFileDescriptorVector() macro
134 CMSG_ASSERT(CMSG_LEN(0) + 1 * sizeof(int) == CMSG_LEN(1 * sizeof(int))); in ReceiveFileDescriptorVector()
135 CMSG_ASSERT(CMSG_LEN(0) + 2 * sizeof(int) == CMSG_LEN(2 * sizeof(int))); in ReceiveFileDescriptorVector()
136 CMSG_ASSERT(CMSG_LEN(0) + 3 * sizeof(int) == CMSG_LEN(3 * sizeof(int))); in ReceiveFileDescriptorVector()
137 CMSG_ASSERT(CMSG_LEN(0) + 4 * sizeof(int) == CMSG_LEN(4 * sizeof(int))); in ReceiveFileDescriptorVector()