OSDN Git Service

Fix method sinature of FuseAppLoop JNI code
authorDaichi Hirono <hirono@google.com>
Tue, 11 Jul 2017 02:18:34 +0000 (11:18 +0900)
committerDaichi Hirono <hirono@google.com>
Tue, 11 Jul 2017 04:30:00 +0000 (13:30 +0900)
commitd2229a65f53e7b9e9fc861ac300607a329153c4c
treea6a4288f6dfbaa6fc2f43bddcff9ba4d395439cb
parent06815d6023f03f0169d67634b3ba10d60c33c7e2
Fix method sinature of FuseAppLoop JNI code

The file size passed to replyLookup and replyGetAttr needed to be jlong,
but they were jint before the fix.

Bug: 63543158
Test: Transfer 4GB+ files through ProxyFileDescriptor

Change-Id: Idaf27538e067854a25ae413651d8f83f0df3f387
core/jni/com_android_internal_os_FuseAppLoop.cpp