android_system_core/fs_mgr
Sami Tolvanen 4cafe2ff89 Fix verity on system partitions larger than 2G
If the system partition is larger than 2G, the device fails to read
verity metadata, because fseek accepts only a 32-bit signed offset.
Switch from fseek to lseek64 to allow seeking using a 64-bit offset,
which solves the problem. At the same time, move away from stdio in
the function.

Bug: 17705619
Change-Id: I226320498dcb750ec6cde84411c7fe0774c9cab7
2014-10-29 11:06:47 -07:00
..
include Revert "Revert "Enable verity on userdebug, and add disable-verity to adb"" 2014-10-09 09:05:36 -07:00
Android.mk Revert "Revert "Enable verity on userdebug, and add disable-verity to adb"" 2014-10-09 09:05:36 -07:00
fs_mgr.c Revert "Revert "Enable verity on userdebug, and add disable-verity to adb"" 2014-10-09 09:05:36 -07:00
fs_mgr_fstab.c Revert "Revert "Enable verity on userdebug, and add disable-verity to adb"" 2014-10-09 09:05:36 -07:00
fs_mgr_main.c Cleanup: warning fixit. 2014-04-11 16:15:46 -07:00
fs_mgr_priv.h fs_mgr: fix crash on "noemulatedsd" in fstab 2014-07-01 17:57:13 -07:00
fs_mgr_priv_verity.h Revert "Revert "Enable verity on userdebug, and add disable-verity to adb"" 2014-10-09 09:05:36 -07:00
fs_mgr_verity.c Fix verity on system partitions larger than 2G 2014-10-29 11:06:47 -07:00