Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java1262 int recvCount = in test_recvfrom_EmptyPacket() local
1264 assertEquals(0, recvCount); in test_recvfrom_EmptyPacket()
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp2129 …jint recvCount = NET_FAILURE_RETRY(env, ssize_t, recvfrom, javaFd, bytes.get() + byteOffset, byteC… in Linux_recvfromBytes() local
2130 if (recvCount >= 0) { in Linux_recvfromBytes()
2138 return recvCount; in Linux_recvfromBytes()