Home
last modified time | relevance | path

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

/system/vold/
DCheckpoint.cpp147 volatile bool needsCheckpointWasCalled = false; variable
274 if (needsCheckpointWasCalled) return isCheckpointing; in cp_needsCheckpoint()
275 needsCheckpointWasCalled = true; in cp_needsCheckpoint()
743 needsCheckpointWasCalled = false; in cp_resetCheckpoint()