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.c468 const char *error_string = in ThrowUnknownHostExceptionWithGaiError() local
470 if (error_string == NULL) in ThrowUnknownHostExceptionWithGaiError()
471 error_string = "unknown error"; in ThrowUnknownHostExceptionWithGaiError()
473 size = strlen(format) + strlen(hostname) + strlen(error_string) + 2; in ThrowUnknownHostExceptionWithGaiError()
477 snprintf(buf, size, format, hostname, error_string); in ThrowUnknownHostExceptionWithGaiError()