Searched refs:jniStrError (Results 1 – 2 of 2) sorted by relevance
84 const char* jniStrError(int errnum, char* buf, size_t buflen);
257 const char* message = jniStrError(errnum, buffer, sizeof(buffer)); in jniThrowIOException()294 const char* jniStrError(int errnum, char* buf, size_t buflen) { in jniStrError() function