Home
last modified time | relevance | path

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

/libnativehelper/
DJNIHelp.cpp246 const char* message = jniStrError(errnum, buffer, sizeof(buffer)); in jniThrowIOException() local
247 return jniThrowException(env, "java/io/IOException", message); in jniThrowIOException()
/libnativehelper/include_jni/
Djni.h527 jint ThrowNew(jclass clazz, const char* message) in ThrowNew()
528 { return functions->ThrowNew(this, clazz, message); } in ThrowNew()