Searched refs:PlatformSupportedLanguages (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DFrontPage.c186 CHAR8 *PlatformSupportedLanguages; local
235 PlatformSupportedLanguages = GetEfiGlobalVariable (L"PlatformLangCodes");
236 if (PlatformSupportedLanguages == NULL) {
237 PlatformSupportedLanguages = AllocateCopyPool (
241 ASSERT (PlatformSupportedLanguages != NULL);
248 PlatformSupportedLanguages,
269 FreePool (PlatformSupportedLanguages);

Completed in 134 milliseconds