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

/libcore/luni/src/main/java/libcore/io/
H A DIoBridge.java552 result = maybeThrowAfterRecvfrom(isRead, isConnected, errnoException);
564 result = maybeThrowAfterRecvfrom(isRead, isConnected, errnoException);
583 private static int maybeThrowAfterRecvfrom(boolean isRead, boolean isConnected, ErrnoException errnoException) throws SocketException, SocketTimeoutException { method in class:IoBridge

Completed in 35 milliseconds