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

/libcore/luni/src/main/java/libcore/io/
H A DIoBridge.java511 result = maybeThrowAfterSendto(isDatagram, errnoException);
525 result = maybeThrowAfterSendto(isDatagram, errnoException);
530 private static int maybeThrowAfterSendto(boolean isDatagram, ErrnoException errnoException) throws SocketException { method in class:IoBridge

Completed in 176 milliseconds