Searched refs:throwIOException (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/security/pkcs11/wrapper/
H A Dp11_md.c109 throwIOException(env, exceptionMessage);
126 throwIOException(env, "ERROR: C_GetFunctionList == NULL");
129 throwIOException(env, systemErrorMessage);
/openjdk7/jdk/src/windows/native/sun/security/pkcs11/wrapper/
H A Dp11_md.c112 throwIOException(env, (LPTSTR) exceptionMessage);
137 throwIOException(env, (LPTSTR) lpMsgBuf);
/openjdk7/jdk/src/solaris/native/java/lang/
H A DUNIXProcess_md.c479 throwIOException(JNIEnv *env, int errnum, const char *defaultDetail) function
886 throwIOException(env, errno, "Bad file descriptor");
904 throwIOException(env, errno, START_CHILD_SYSTEM_CALL " failed");
914 throwIOException(env, errnum, "Exec failed");
917 throwIOException(env, errno, "Read failed");
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11wrapper.h283 void throwIOException(JNIEnv *env, const char *message);
H A Dp11_util.c222 void throwIOException(JNIEnv *env, const char *message) function

Completed in 41 milliseconds