Searched defs:NewCommandLine2 (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/ |
H A D | Shell.c | 1076 CHAR16 *NewCommandLine2; local 1148 NewCommandLine2 = AllocateZeroPool(NewSize); 1150 if (NewCommandLine1 == NULL || NewCommandLine2 == NULL || ItemTemp == NULL) { 1152 SHELL_FREE_NON_NULL(NewCommandLine2); 1164 ShellCopySearchAndReplace(NewCommandLine1, NewCommandLine2, NewSize, ItemTemp, EfiShellGetEnv(MasterEnvList), TRUE, FALSE); 1165 StrCpy(NewCommandLine1, NewCommandLine2); 1172 ShellCopySearchAndReplace(NewCommandLine1, NewCommandLine2, NewSize, AliasListNode->Alias, AliasListNode->CommandString, TRUE, FALSE); 1173 StrCpy(NewCommandLine1, NewCommandLine2); 1177 FreePool(NewCommandLine2);
|
Completed in 79 milliseconds