Home
last modified time | relevance | path

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

/system/vold/
DCheckpoint.cpp145 volatile bool isCheckpointing = false; variable
157 if (!isCheckpointing) { in cp_commitChanges()
208 isCheckpointing = false; in cp_commitChanges()
274 if (needsCheckpointWasCalled) return isCheckpointing; in cp_needsCheckpoint()
281 if (isCheckpointing) return isCheckpointing; in cp_needsCheckpoint()
284 isCheckpointing = true; in cp_needsCheckpoint()
290 isCheckpointing = ret; in cp_needsCheckpoint()
297 return isCheckpointing; in cp_isCheckpointing()
322 while (isCheckpointing) { in cp_healthDaemon()
357 if (!isCheckpointing) { in cp_prepareCheckpoint()
DVoldNativeService.h148 binder::Status isCheckpointing(bool* _aidl_return);
DVoldNativeService.cpp856 binder::Status VoldNativeService::isCheckpointing(bool* _aidl_return) { in isCheckpointing() function in android::vold::VoldNativeService
/system/vold/binder/android/os/
DIVold.aidl122 boolean isCheckpointing(); in isCheckpointing() method
/system/core/fs_mgr/
Dfs_mgr_remount.cpp227 if (!vold->isCheckpointing(&checkpointing).isOk()) { in do_remount()