Home
last modified time | relevance | path

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

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