Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.h28 bool IsShuttingDown();
Dinit.cpp235 if (do_shutdown_ && !IsShuttingDown()) { in CheckShutdown()
262 << " IsShuttingDown: " << IsShuttingDown(); in DebugRebootLogging()
268 if (IsShuttingDown()) { in DebugRebootLogging()
895 if (!IsShuttingDown()) { in SecondStageMain()
923 if (!IsShuttingDown()) { in SecondStageMain()
Dreboot.cpp1048 bool IsShuttingDown() { in IsShuttingDown() function