Home
last modified time | relevance | path

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

/frameworks/base/packages/MtpDocumentsProvider/jni/
Dcom_android_mtp_AppFuse.cpp55 static jmethodID app_fuse_close_file_handle; variable
326 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()