commit | b36b15586a5d3d0de590773ce4392fa3a82af66a | [log] [tgz] |
---|---|---|
author | Daichi Hirono <hirono@google.com> | Mon Jan 25 14:26:14 2016 +0900 |
committer | Daichi Hirono <hirono@google.com> | Tue Jan 26 16:30:08 2016 +0900 |
tree | 128296a8e0d77083fabab15bd3c79a802fb52640 | |
parent | e76958297a52de290e8d985a8a5d56c12ba8c779 [diff] |
Fix bugs that prevent from using AppFuse. * Allow buffer size that is greater than requested read size in JNI, because we reuse fixed-size buffer among multiple requests. * Fix condition to check if the file size is greater than 4GB or not. We need to use 0xffffffffl instead of 0xffffffff because 0xffffffff is int and its value is -1. BUG=None Change-Id: I155916e139353b15dc1ab535234faf50d942996d