Searched refs:app_fuse_close_file_handle (Results 1 – 1 of 1) sorted by relevance
55 static jmethodID app_fuse_close_file_handle; variable326 return env_->CallIntMethod(self_, app_fuse_close_file_handle, file_handle_to_jlong(in->fh)); in handle_fuse_release()541 app_fuse_close_file_handle = env->GetMethodID(app_fuse_class, "closeFileHandle", "(J)I"); in JNI_OnLoad()542 if (app_fuse_close_file_handle == nullptr) { in JNI_OnLoad()