Home
last modified time | relevance | path

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

/libnativehelper/
DJNIHelp.cpp273 const char* message = jniStrError(errnum, buffer, sizeof(buffer)); in jniThrowIOException() local
274 return jniThrowException(env, "java/io/IOException", message); in jniThrowIOException()