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

  /libnativehelper/include/nativehelper/
JniConstants.h 59 static jclass gaiExceptionClass;
  /libnativehelper/
JniConstants.cpp 41 jclass JniConstants::gaiExceptionClass;
104 gaiExceptionClass = findClass(env, "libcore/io/GaiException");
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 133 static jmethodID ctor3 = env->GetMethodID(JniConstants::gaiExceptionClass, "<init>",
135 static jmethodID ctor2 = env->GetMethodID(JniConstants::gaiExceptionClass, "<init>",
146 throwException(env, JniConstants::gaiExceptionClass, ctor3, ctor2, functionName, error);
    [all...]

Completed in 340 milliseconds