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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DDevicePath.c39 UINT16 *AppendStr; local
43 AppendStr = AllocateZeroPool (0x1000);
44 if (AppendStr == NULL) {
49 UnicodeVSPrint (AppendStr, 0x1000, Fmt, Args);
52 StringSize = StrSize (AppendStr);
56 StringSize = StrSize (AppendStr);
69 StrCat (Str->Str, AppendStr);
73 FreePool (AppendStr);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigDevicePath.c38 UINT16 *AppendStr; local
42 AppendStr = AllocateZeroPool (0x1000);
43 if (AppendStr == NULL) {
48 UnicodeVSPrint (AppendStr, 0x1000, Fmt, Args);
51 StringSize = StrSize (AppendStr);
55 StringSize = StrSize (AppendStr);
68 StrCat (Str->Str, AppendStr);
72 FreePool (AppendStr);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellCommandLib/
H A DConsistMapping.c72 UINT16 *AppendStr; local
76 AppendStr = AllocateZeroPool (0x1000);
77 if (AppendStr == NULL) {
83 UnicodeVSPrint (AppendStr, 0x1000, Fmt, Args);
86 StringSize = StrSize (AppendStr);
90 StringSize = StrSize (AppendStr);
101 StrCat (Str->Str, AppendStr);
104 FreePool (AppendStr);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DevicePathDxe/
H A DDevicePathToText.c39 UINT16 *AppendStr; local
43 AppendStr = AllocateZeroPool (0x1000);
44 ASSERT (AppendStr != NULL);
47 AppendCount = UnicodeVSPrint (AppendStr, 0x1000, Fmt, Args);
61 StrCpy (Str->Str, AppendStr);
64 StrCat (Str->Str, AppendStr);
68 FreePool (AppendStr);

Completed in 55 milliseconds