Searched refs:app_fuse_flush_file_handle (Results 1 – 1 of 1) sorted by relevance
54 static jmethodID app_fuse_flush_file_handle; variable332 return env_->CallIntMethod(self_, app_fuse_flush_file_handle, file_handle_to_jlong(in->fh)); in handle_fuse_flush()535 app_fuse_flush_file_handle = env->GetMethodID(app_fuse_class, "flushFileHandle", "(J)I"); in JNI_OnLoad()536 if (app_fuse_flush_file_handle == nullptr) { in JNI_OnLoad()