Searched refs:NewCommandLine1 (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/ |
H A D | Shell.c | 1075 CHAR16 *NewCommandLine1; local 1147 NewCommandLine1 = AllocateZeroPool(NewSize); 1150 if (NewCommandLine1 == NULL || NewCommandLine2 == NULL || ItemTemp == NULL) { 1151 SHELL_FREE_NON_NULL(NewCommandLine1); 1156 StrCpy(NewCommandLine1, OriginalCommandLine); 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); 1180 return (NewCommandLine1); [all...] |
Completed in 1269 milliseconds