Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp2180 …jint recvCount = NET_FAILURE_RETRY(env, ssize_t, recvfrom, javaFd, bytes.get() + byteOffset, byteC… in Linux_recvfromBytes() local
2181 if (recvCount >= 0) { in Linux_recvfromBytes()
2189 return recvCount; in Linux_recvfromBytes()
/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java1760 int recvCount =
1762 assertEquals(0, recvCount);