| 1056 | // |
| 1057 | |
| 1058 | VOID REFIT_MENU_ENTRY_LOADER_TOOL::StartTool() |
| 1059 | { |
| 1060 | DBG("Start Tool: %ls\n", LoaderPath.wc_str()); |
| 1061 | egClearScreen(&MenuBackgroundPixel); |
| 1062 | // assumes "Start <title>" as assigned below |
| 1063 | BeginExternalScreen(OSFLAG_ISSET(Flags, OSFLAG_USEGRAPHICS)/*, &Entry->Title[6]*/); // Shouldn't we check that length of Title is at least 6 ? |
| 1064 | StartEFIImage(DevicePath, LoadOptions, Basename(LoaderPath.wc_str()), LoaderPath.basename(), NULL, NULL); |
| 1065 | FinishExternalScreen(); |
| 1066 | //ReinitSelfLib(); |
| 1067 | } |
| 1068 | |
| 1069 | // |
| 1070 | // pre-boot driver functions |
no test coverage detected