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

/bionic/tests/
H A Dnetdb_test.cpp37 socklen_t too_much = sizeof(ss); local
41 ASSERT_EQ(0, getnameinfo(sa, too_much, tmp, sizeof(tmp), NULL, 0, NI_NUMERICHOST));
50 too_much = just_right + 1;
52 ASSERT_EQ(0, getnameinfo(sa, too_much, tmp, sizeof(tmp), NULL, 0, NI_NUMERICHOST));

Completed in 36 milliseconds