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