Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DIoBridge.java257 throw errnoException.rethrowAsSocketException(); in getSocketOption()
324 throw errnoException.rethrowAsSocketException(); in setSocketOption()
545 throw errnoException.rethrowAsSocketException(); in maybeThrowAfterSendto()
591 throw errnoException.rethrowAsSocketException(); in maybeThrowAfterRecvfrom()
599 throw errnoException.rethrowAsSocketException(); in maybeThrowAfterRecvfrom()
622 throw errnoException.rethrowAsSocketException(); in socket()
632 throw errnoException.rethrowAsSocketException(); in getSocketLocalAddress()
642 throw errnoException.rethrowAsSocketException(); in getSocketLocalPort()
/libcore/luni/src/main/java/android/system/
DErrnoException.java79 public SocketException rethrowAsSocketException() throws SocketException { in rethrowAsSocketException() method in ErrnoException
/libcore/ojluni/src/main/java/java/net/
DDatagramSocket.java1315 throw errnoException.rethrowAsSocketException(); in setNetworkInterface()