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

  /libcore/luni/src/main/native/
JniException.cpp 24 jniThrowException(env, exceptionClassName, jniStrError(error, buf, sizeof(buf)));
libcore_io_Posix.cpp     [all...]
  /external/conscrypt/src/compat/native/
JNIHelp.cpp 128 const char* message = jniStrError(errnum, buffer, sizeof(buffer));
132 const char* jniStrError(int errnum, char* buf, size_t buflen) {
JNIHelp.h 84 const char* jniStrError(int errnum, char* buf, size_t buflen);
  /libnativehelper/include/nativehelper/
JNIHelp.h 84 const char* jniStrError(int errnum, char* buf, size_t buflen);
  /libnativehelper/
JNIHelp.cpp 254 const char* message = jniStrError(errnum, buffer, sizeof(buffer));
291 const char* jniStrError(int errnum, char* buf, size_t buflen) {

Completed in 256 milliseconds