Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DNet.c831 const char *xn; in handleSocketErrorWithDefault() local
837 xn = JNU_JAVANETPKG "ProtocolException"; in handleSocketErrorWithDefault()
841 xn = JNU_JAVANETPKG "ConnectException"; in handleSocketErrorWithDefault()
844 xn = JNU_JAVANETPKG "ConnectException"; in handleSocketErrorWithDefault()
847 xn = JNU_JAVANETPKG "NoRouteToHostException"; in handleSocketErrorWithDefault()
851 xn = JNU_JAVANETPKG "BindException"; in handleSocketErrorWithDefault()
854 xn = defaultException; in handleSocketErrorWithDefault()
858 JNU_ThrowByNameWithLastError(env, xn, "NioSocketError"); in handleSocketErrorWithDefault()