Home
last modified time | relevance | path

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

/system/netd/libnetdutils/
DFdTest.cpp45 const Fd fd4(8); in TEST() local
46 const Fd fd5(fd4); in TEST()
/system/netd/resolv/
Dresolver_test.cpp1966 int fd4 = resNetworkQuery(TEST_NETID, "howdy.example.com", ns_c_in, ns_t_a, 0); in TEST_F() local
1967 EXPECT_TRUE(fd4 != -1); in TEST_F()
1970 res = getAsyncResponse(fd4, &rcode, buf, MAXPACKET); in TEST_F()