Home
last modified time | relevance | path

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

/system/vold/
DUtils.cpp58 bool sSleepOnUnmount = true; variable
139 if (sSleepOnUnmount) sleep(5); in ForceUnmount()
142 if (sSleepOnUnmount) sleep(5); in ForceUnmount()
148 if (sSleepOnUnmount) sleep(5); in ForceUnmount()
154 if (sSleepOnUnmount) sleep(5); in ForceUnmount()
166 if (sSleepOnUnmount) sleep(5); in KillProcessesUsingPath()
171 if (sSleepOnUnmount) sleep(5); in KillProcessesUsingPath()
176 if (sSleepOnUnmount) sleep(5); in KillProcessesUsingPath()
DUtils.h42 extern bool sSleepOnUnmount;
DVolumeManager.cpp588 android::vold::sSleepOnUnmount = false; in shutdown()
596 android::vold::sSleepOnUnmount = true; in shutdown()