Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dnet_util_md.c465 const char *error_string = in ThrowUnknownHostExceptionWithGaiError() local
467 if (error_string == NULL) in ThrowUnknownHostExceptionWithGaiError()
468 error_string = "unknown error"; in ThrowUnknownHostExceptionWithGaiError()
470 size = strlen(format) + strlen(hostname) + strlen(error_string) + 2; in ThrowUnknownHostExceptionWithGaiError()
474 snprintf(buf, size, format, hostname, error_string); in ThrowUnknownHostExceptionWithGaiError()