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

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVariable/
H A DInitVariable.c509 const CHAR16 *pszVariable1 = L"This is test!!!"; local
542 StrSize(pszVariable1),
543 (void *)pszVariable1);
546 size = StrSize(pszVariable1);
554 ASSERT(CompareMem(szTestVariable, pszVariable1, size) == 0);

Completed in 1282 milliseconds