Home
last modified time | relevance | path

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

/system/vold/
DUtils.cpp67 bool sSleepOnUnmount = true; variable
148 if (sSleepOnUnmount) sleep(5); in ForceUnmount()
151 if (sSleepOnUnmount) sleep(5); in ForceUnmount()
157 if (sSleepOnUnmount) sleep(5); in ForceUnmount()
163 if (sSleepOnUnmount) sleep(5); in ForceUnmount()
175 if (sSleepOnUnmount) sleep(5); in KillProcessesUsingPath()
180 if (sSleepOnUnmount) sleep(5); in KillProcessesUsingPath()
185 if (sSleepOnUnmount) sleep(5); in KillProcessesUsingPath()
DUtils.h43 extern bool sSleepOnUnmount;
DVolumeManager.cpp622 android::vold::sSleepOnUnmount = false; in shutdown()
631 android::vold::sSleepOnUnmount = true; in shutdown()