Home
last modified time | relevance | path

Searched refs:jFileNotFoundException (Results 1 – 1 of 1) sorted by relevance

/dports/security/iaikpkcs11wrapper/src/native/common/
H A Dpkcs11wrapper.c4189 jthrowable jFileNotFoundException; in throwFileNotFoundException() local
4196jFileNotFoundException = (jthrowable) (*env)->NewObject(env, jFileNotFoundExceptionClass, jConstru… in throwFileNotFoundException()
4197 (*env)->Throw(env, jFileNotFoundException); in throwFileNotFoundException()