Searched defs:CommandLineCopy (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellParametersProtocol.c566 CHAR16 *CommandLineCopy; local
598 CommandLineCopy = NULL;
619 CommandLineCopy = StrnCatGrow(&CommandLineCopy, NULL, NewCommandLine, 0);
620 if (CommandLineCopy == NULL) {
625 FirstLocation = CommandLineCopy + StrLen(CommandLineCopy);
627 StripQuotes(CommandLineCopy);
639 if (!EFI_ERROR(Status) && (CommandLineWalker = StrStr(CommandLineCopy, L" 2>>v ")) != NULL) {
648 if (!EFI_ERROR(Status) && (CommandLineWalker = StrStr(CommandLineCopy,
[all...]

Completed in 44 milliseconds