Home
last modified time | relevance | path

Searched refs:isCheckpointing (Results 1 – 5 of 5) sorted by relevance

/system/vold/
DCheckpoint.cpp146 volatile bool isCheckpointing = false; variable
158 if (!isCheckpointing) { in cp_commitChanges()
209 isCheckpointing = false; in cp_commitChanges()
275 if (needsCheckpointWasCalled) return isCheckpointing; in cp_needsCheckpoint()
282 if (isCheckpointing) return isCheckpointing; in cp_needsCheckpoint()
285 isCheckpointing = true; in cp_needsCheckpoint()
291 isCheckpointing = ret; in cp_needsCheckpoint()
298 return isCheckpointing; in cp_isCheckpointing()
323 while (isCheckpointing) { in cp_healthDaemon()
358 if (!isCheckpointing) { in cp_prepareCheckpoint()
DVoldNativeService.h135 binder::Status isCheckpointing(bool* _aidl_return);
DVoldNativeService.cpp769 binder::Status VoldNativeService::isCheckpointing(bool* _aidl_return) { in isCheckpointing() function in android::vold::VoldNativeService
/system/vold/binder/android/os/
DIVold.aidl112 boolean isCheckpointing(); in isCheckpointing() method
/system/core/fs_mgr/
Dfs_mgr_remount.cpp223 if (!vold->isCheckpointing(&checkpointing).isOk()) { in do_remount()