Searched refs:realJniStrError (Results 1 – 1 of 1) sorted by relevance
294 inline const char* realJniStrError(GNUStrError func, int errnum, char* buf, size_t buflen) { in realJniStrError() function298 inline const char* realJniStrError(POSIXStrError func, int errnum, char* buf, size_t buflen) { in realJniStrError() function318 return impl::realJniStrError(strerror_r, errnum, buf, buflen); in jniStrError()