Home
last modified time | relevance | path

Searched refs:shutting_down (Results 1 – 4 of 4) sorted by relevance

/system/vold/
DUtils.cpp130 if (!VolumeManager::shutting_down) sleep(5); in ForceUnmount()
133 if (!VolumeManager::shutting_down) sleep(5); in ForceUnmount()
139 if (!VolumeManager::shutting_down) sleep(5); in ForceUnmount()
145 if (!VolumeManager::shutting_down) sleep(5); in ForceUnmount()
158 if (!VolumeManager::shutting_down) sleep(5); in KillProcessesUsingPath()
163 if (!VolumeManager::shutting_down) sleep(5); in KillProcessesUsingPath()
168 if (!VolumeManager::shutting_down) sleep(5); in KillProcessesUsingPath()
DVolumeManager.h74 static bool shutting_down; variable
DVolumeManager.cpp92 bool VolumeManager::shutting_down = false; member in VolumeManager
714 shutting_down = true; in shutdown()
721 shutting_down = false; in shutdown()
/system/core/init/
Dinit.cpp98 static bool shutting_down; variable
1187 if (do_shutdown && !shutting_down) { in main()
1190 shutting_down = true; in main()
1198 if (!shutting_down) restart_processes(); in main()