HomeSort by relevance Sort by last modified time
    Searched refs:sSleepOnUnmount (Results 1 - 3 of 3) sorted by null

  /system/vold/
Utils.cpp 58 bool sSleepOnUnmount = true;
139 if (sSleepOnUnmount) sleep(5);
142 if (sSleepOnUnmount) sleep(5);
148 if (sSleepOnUnmount) sleep(5);
154 if (sSleepOnUnmount) sleep(5);
166 if (sSleepOnUnmount) sleep(5);
171 if (sSleepOnUnmount) sleep(5);
176 if (sSleepOnUnmount) sleep(5);
Utils.h 42 extern bool sSleepOnUnmount;
VolumeManager.cpp 588 android::vold::sSleepOnUnmount = false;
596 android::vold::sSleepOnUnmount = true;

Completed in 233 milliseconds