Searched refs:g_SendMsgs (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dsys_socket_test.cpp179 const char* g_SendMsgs[] = { variable
184 #define NUM_SEND_MSGS (sizeof(g_SendMsgs)/sizeof(const char*))
191 io[i].iov_base = reinterpret_cast<void*>(const_cast<char*>(g_SendMsgs[i]));
192 io[i].iov_len = strlen(g_SendMsgs[i]) + 1;
220 ASSERT_EQ(strlen(g_SendMsgs[i]) + 1,
222 ASSERT_STREQ(g_SendMsgs[i], buffer);

Completed in 321 milliseconds