Home
last modified time | relevance | path

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

/system/vold/
DUtils.cpp76 bool sSleepOnUnmount = true; variable
484 if (sSleepOnUnmount) sleep(5); in ForceUnmount()
487 if (sSleepOnUnmount) sleep(5); in ForceUnmount()
493 if (sSleepOnUnmount) sleep(5); in ForceUnmount()
499 if (sSleepOnUnmount) sleep(5); in ForceUnmount()
511 if (sSleepOnUnmount) sleep(5); in KillProcessesWithTmpfsMountPrefix()
516 if (sSleepOnUnmount) sleep(5); in KillProcessesWithTmpfsMountPrefix()
521 if (sSleepOnUnmount) sleep(5); in KillProcessesWithTmpfsMountPrefix()
536 if (sSleepOnUnmount) sleep(5); in KillProcessesUsingPath()
541 if (sSleepOnUnmount) sleep(5); in KillProcessesUsingPath()
[all …]
DUtils.h47 extern bool sSleepOnUnmount;
DVolumeManager.cpp917 android::vold::sSleepOnUnmount = false; in shutdown()
928 android::vold::sSleepOnUnmount = true; in shutdown()