Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dnet_util_md.h169 const char *defaultDetail);
Djni_util.c158 const char *defaultDetail) in JNU_ThrowByNameWithLastError() argument
174 JNU_ThrowByName(env, name, defaultDetail); in JNU_ThrowByNameWithLastError()
183 JNU_ThrowIOExceptionWithLastError(JNIEnv *env, const char *defaultDetail) in JNU_ThrowIOExceptionWithLastError() argument
185 JNU_ThrowByNameWithLastError(env, "java/io/IOException", defaultDetail); in JNU_ThrowIOExceptionWithLastError()
Djni_util.h113 JNU_ThrowIOExceptionWithLastError(JNIEnv *env, const char *defaultDetail);
DUNIXProcess_md.c499 throwIOException(JNIEnv *env, int errnum, const char *defaultDetail) in throwIOException() argument
502 const char *detail = defaultDetail; in throwIOException()
Dnet_util_md.c271 const char *defaultDetail) { in NET_ThrowByNameWithLastError() argument
274 defaultDetail); in NET_ThrowByNameWithLastError()