HomeSort by relevance Sort by last modified time
    Searched refs:jniStrError (Results 1 - 4 of 4) sorted by null

  /libcore/luni/src/main/native/
JniException.cpp 24 jniThrowException(env, exceptionClassName, jniStrError(error, buf, sizeof(buf)));
libcore_io_Linux.cpp     [all...]
  /libnativehelper/include/nativehelper/
JNIHelp.h 84 const char* jniStrError(int errnum, char* buf, size_t buflen);
  /libnativehelper/
JNIHelp.cpp 273 const char* message = jniStrError(errnum, buffer, sizeof(buffer));
310 const char* jniStrError(int errnum, char* buf, size_t buflen) {

Completed in 119 milliseconds