Home
last modified time | relevance | path

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

/libnativehelper/
DJNIHelp.cpp224 inline const char* realJniStrError(GNUStrError func, int errnum, char* buf, size_t buflen) { in realJniStrError() function
228 inline const char* realJniStrError(POSIXStrError func, int errnum, char* buf, size_t buflen) { in realJniStrError() function
323 return realJniStrError(strerror_r, errnum, buf, buflen); in jniStrError()