Searched refs:jni_error_code_to_result (Results 1 – 4 of 4) sorted by relevance
156 jni_error_code_to_result(sys::JNI_CreateJavaVM( in new()270 jni_error_code_to_result(res)?; in get_env()381 jni_error_code_to_result(res)?; in attach_current_thread()403 jni_error_code_to_result(res)?; in attach_current_thread_as_daemon()
68 pub fn jni_error_code_to_result(code: sys::jint) -> Result<()> { in jni_error_code_to_result() function
409 jni_error_code_to_result(res) in push_local_frame()1930 jni_error_code_to_result(res)?; in get_java_vm()1964 jni_error_code_to_result(res) in register_native_methods()1974 jni_error_code_to_result(res) in unregister_native_methods()
44 in the `jni_error_code_to_result` function and add more information to the `InvalidArgList`