Searched defs:sentByteCount (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/luni/src/main/native/
H A Difaddrs-android.h114 ssize_t sentByteCount = TEMP_FAILURE_RETRY(send(fd, data, byteCount, 0)); local
115 return (sentByteCount == static_cast<ssize_t>(byteCount));

Completed in 639 milliseconds