Home
last modified time | relevance | path

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

/libnativehelper/
DJNIHelp.cpp257 const char* message = jniStrError(errnum, buffer, sizeof(buffer)); in jniThrowIOException() local
258 return jniThrowException(env, "java/io/IOException", message); in jniThrowIOException()
/libnativehelper/include/nativehelper/
Djni.h528 jint ThrowNew(jclass clazz, const char* message) in ThrowNew()
529 { return functions->ThrowNew(this, clazz, message); } in ThrowNew()