Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DPlainSocketImpl.c931 char fullMsg[128]; in PlainSocketImpl_socketSetOption() local
932 jio_snprintf(fullMsg, sizeof(fullMsg), "Invalid option or socket reset by remote peer"); in PlainSocketImpl_socketSetOption()
933 JNU_ThrowByName(env, JNU_JAVANETPKG "SocketException", fullMsg); in PlainSocketImpl_socketSetOption()
Dnet_util_md.c299 char fullMsg[512]; in NET_ThrowNew() local
305 jio_snprintf(fullMsg, sizeof(fullMsg), "socket closed: %s", msg); in NET_ThrowNew()
306 JNU_ThrowByName(env, JNU_JAVANETPKG "SocketException", fullMsg); in NET_ThrowNew()