Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.h34 bool IsShuttingDown();
Dinit.cpp252 if (do_shutdown_ && !IsShuttingDown()) { in CheckShutdown()
1127 if (!IsShuttingDown()) { in SecondStageMain()
1145 if (!IsShuttingDown()) { in SecondStageMain()
Dreboot.cpp1152 bool IsShuttingDown() { in IsShuttingDown() function