OSDN Git Service

vold3: support UDF (Universal Disk Format)
[android-x86/system-vold.git] / Checkpoint.h
index 63ead83..6f3acac 100644 (file)
@@ -39,12 +39,15 @@ bool cp_needsRollback();
 
 bool cp_needsCheckpoint();
 
+bool cp_isCheckpointing();
+
 android::binder::Status cp_prepareCheckpoint();
 
 android::binder::Status cp_restoreCheckpoint(const std::string& mountPoint, int count = 0);
 
 android::binder::Status cp_markBootAttempt();
 
+void cp_resetCheckpoint();
 }  // namespace vold
 }  // namespace android