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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShell.c1203 CHAR16 *OurCommandLine; local
1216 OurCommandLine = NULL;
1221 OurCommandLine = StrnCatGrow(&OurCommandLine , &Size2, CmdLine , StrStr(CmdLine, L"|") - CmdLine);
1223 if (NextCommandLine == NULL || OurCommandLine == NULL) {
1224 SHELL_FREE_NON_NULL(OurCommandLine);
1249 ASSERT(StrStr(OurCommandLine, L"|") == NULL);
1250 Status = RunCommand(OurCommandLine);
1286 FreePool(OurCommandLine);

Completed in 47 milliseconds