commit | 1abb2fe2787637192fd07fa0481633fa02ea03c4 | [log] [tgz] |
---|---|---|
author | Paul Lawrence <paullawrence@google.com> | Fri Sep 21 10:49:57 2018 -0700 |
committer | Paul Lawrence <paullawrence@google.com> | Wed Oct 03 09:15:27 2018 -0700 |
tree | 6788d010a10da83732050f4f0ba2fb467a8446c0 | |
parent | 9931db7e59624271953ad0a08bdfc24d3125bb16 [diff] [blame] |
Make checkpointing work on ext4 Test: All tests pass Change-Id: I2a6cdf1edfe752f4633e1931e75d18659653938c
diff --git a/Checkpoint.h b/Checkpoint.h index 8449956..81fba99 100644 --- a/Checkpoint.h +++ b/Checkpoint.h
@@ -34,6 +34,8 @@ bool cp_prepareDriveForCheckpoint(const std::string& mountPoint); +bool cp_restoreCheckpoint(const std::string& mountPoint); + bool cp_markBootAttempt(); } // namespace vold