Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dnet_util_md.c278 char fullMsg[512]; in NET_ThrowNew() local
284 jio_snprintf(fullMsg, sizeof(fullMsg), "socket closed: %s", msg); in NET_ThrowNew()
285 JNU_ThrowByName(env, JNU_JAVANETPKG "SocketException", fullMsg); in NET_ThrowNew()