Searched defs:cause (Results 1 – 3 of 3) sorted by relevance
60 DWORD cause = GetLastError(); in DlGetError() local
43 private static native void throwIOException(int cause) throws IOException; in throwIOException()44 … private static native void throwErrnoException(String fileName, int cause) throws ErrnoException; in throwErrnoException()
61 static void throwIOException(JNIEnv* env, jclass /*clazz*/, jint cause) { in throwIOException()65 static void throwErrnoException(JNIEnv* env, jclass /*clazz*/, jstring functionName, jint cause) { in throwErrnoException()