Home
last modified time | relevance | path

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

/system/vold/
DUtils.cpp68 bool sSleepOnUnmount = true; variable
150 if (sSleepOnUnmount) sleep(5); in ForceUnmount()
153 if (sSleepOnUnmount) sleep(5); in ForceUnmount()
159 if (sSleepOnUnmount) sleep(5); in ForceUnmount()
165 if (sSleepOnUnmount) sleep(5); in ForceUnmount()
177 if (sSleepOnUnmount) sleep(5); in KillProcessesUsingPath()
182 if (sSleepOnUnmount) sleep(5); in KillProcessesUsingPath()
187 if (sSleepOnUnmount) sleep(5); in KillProcessesUsingPath()
DUtils.h43 extern bool sSleepOnUnmount;
DVolumeManager.cpp618 android::vold::sSleepOnUnmount = false; in shutdown()
627 android::vold::sSleepOnUnmount = true; in shutdown()