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.cpp239 if (do_shutdown_ && !IsShuttingDown()) { in CheckShutdown()
266 << " IsShuttingDown: " << IsShuttingDown(); in DebugRebootLogging()
271 if (IsShuttingDown()) { in DebugRebootLogging()
903 if (!IsShuttingDown()) { in SecondStageMain()
931 if (!IsShuttingDown()) { in SecondStageMain()
Dreboot.cpp1084 bool IsShuttingDown() { in IsShuttingDown() function