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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShell.c1633 CHAR16 *CommandLine2; local
1723 CommandLine2 = AllocateZeroPool(PcdGet16(PcdShellPrintBufferSize));
1724 if (CommandLine2 == NULL) {
1734 ASSERT(CommandLine2 != NULL);
1735 StrCpy(CommandLine2, NewScriptFile->CurrentCommand->Cl);
1740 for (CommandLine3 = CommandLine2 ; CommandLine3 != NULL && *CommandLine3 != CHAR_NULL ; CommandLine3++) {
1750 if (CommandLine2 != NULL && StrLen(CommandLine2) >= 1) {
1754 StrCpy(CommandLine, CommandLine2);
1762 Status = ShellCopySearchAndReplace(CommandLine2, CommandLin
[all...]

Completed in 55 milliseconds