Home | History | Annotate | Download | only in server

Lines Matching refs:shutdownAction

96             final String shutdownAction = SystemProperties.get(
98 if (shutdownAction != null && shutdownAction.length() > 0) {
99 boolean reboot = (shutdownAction.charAt(0) == '1');
102 if (shutdownAction.length() > 1) {
103 reason = shutdownAction.substring(1, shutdownAction.length());