Home
last modified time | relevance | path

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

/libnativehelper/
DJNIHelp.cpp294 const char* jniStrError(int errnum, char* buf, size_t buflen) { in jniStrError() argument
298 return strerror_r(errnum, buf, buflen); in jniStrError()
300 int rc = strerror_r(errnum, buf, buflen); in jniStrError()
305 snprintf(buf, buflen, "errno %d", errnum); in jniStrError()
/libnativehelper/include/nativehelper/
DJNIHelp.h84 const char* jniStrError(int errnum, char* buf, size_t buflen);