Searched refs:ExitHelper (Results 1 – 4 of 4) sorted by relevance
333 …if (bFirst || ::desktop::ExitHelper::E_NORMAL_RESTART == dwExitCode || wcsncmp(argv[i], MY_STRING(… in WinMain()417 …&& ( ::desktop::ExitHelper::E_CRASH_WITH_RESTART == dwExitCode || ::desktop::ExitHelper::E_NORMAL_… in WinMain()
92 …bRestart = (ExitHelper::E_CRASH_WITH_RESTART == exitcode || ExitHelper::E_NORMAL_RESTART == exitco… in SAL_IMPLEMENT_MAIN()
34 class ExitHelper class
380 _exit(ExitHelper::E_FATAL_ERROR); in FatalError()1793 _exit( ExitHelper::E_CRASH_WITH_RESTART ); in Exception()2315 _exit( ExitHelper::E_NORMAL_RESTART ); in doShutdown()
Completed in 40 milliseconds