Home
last modified time | relevance | path

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

/frameworks/base/packages/MtpDocumentsProvider/jni/
Dcom_android_mtp_AppFuse.cpp54 static jmethodID app_fuse_flush_file_handle; variable
332 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()