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

/frameworks/base/packages/MtpDocumentsProvider/jni/
H A Dcom_android_mtp_AppFuse.cpp54 static jmethodID app_fuse_flush_file_handle; member in namespace:__anon1105
332 return env_->CallIntMethod(self_, app_fuse_flush_file_handle, file_handle_to_jlong(in->fh));
535 app_fuse_flush_file_handle = env->GetMethodID(app_fuse_class, "flushFileHandle", "(J)I");
536 if (app_fuse_flush_file_handle == nullptr) {

Completed in 7 milliseconds