Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DIoBridge.java554 result = maybeThrowAfterSendto(isDatagram, errnoException); in sendto()
568 result = maybeThrowAfterSendto(isDatagram, errnoException); in sendto()
573 private static int maybeThrowAfterSendto(boolean isDatagram, ErrnoException errnoException) in maybeThrowAfterSendto() method in IoBridge