Home
last modified time | relevance | path

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

/libnativehelper/include/nativehelper/
DJNIHelp.h84 const char* jniStrError(int errnum, char* buf, size_t buflen);
/libnativehelper/
DJNIHelp.cpp257 const char* message = jniStrError(errnum, buffer, sizeof(buffer)); in jniThrowIOException()
294 const char* jniStrError(int errnum, char* buf, size_t buflen) { in jniStrError() function