Searched defs:pcszAutostop (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/xml/
H A DSettings.cpp5142 const char *pcszAutostop = NULL; local
5153 case AutostopType_Disabled: pcszAutostop = "Disabled"; break;
5154 case AutostopType_SaveState: pcszAutostop = "SaveState"; break;
5155 case AutostopType_PowerOff: pcszAutostop = "PowerOff"; break;
5156 case AutostopType_AcpiShutdown: pcszAutostop = "AcpiShutdown"; break;
5157 default: Assert(false); pcszAutostop = "Disabled"; break;
5159 pElmAutostart->setAttribute("autostop", pcszAutostop);

Completed in 46 milliseconds