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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
H A DFormDisplay.c2149 CHAR16 *CfmStr; local
2216 CfmStr = AllocateZeroPool (MaxLen * sizeof (CHAR16));
2217 ASSERT (CfmStr != NULL);
2220 StrCpyS (CfmStr, MaxLen, gConfirmDiscardMsg);
2224 if (CfmStr[0] != 0) {
2225 StrCatS (CfmStr, MaxLen, gConfirmMsgConnect);
2226 StrCatS (CfmStr, MaxLen, gConfirmDefaultMsg2nd);
2228 StrCpyS (CfmStr, MaxLen, gConfirmDefaultMsg);
2233 if (CfmStr[0] != 0) {
2234 StrCatS (CfmStr, MaxLe
[all...]

Completed in 28 milliseconds