Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.c1617 CHAR16 *OurCommandLine; in RunSplitCommand() local
1630 OurCommandLine = NULL; in RunSplitCommand()
1635OurCommandLine = StrnCatGrow(&OurCommandLine , &Size2, CmdLine , StrStr(CmdLine, L… in RunSplitCommand()
1637 if (NextCommandLine == NULL || OurCommandLine == NULL) { in RunSplitCommand()
1638 SHELL_FREE_NON_NULL(OurCommandLine); in RunSplitCommand()
1641 } else if (StrStr(OurCommandLine, L"|") != NULL || Size1 == 0 || Size2 == 0) { in RunSplitCommand()
1642 SHELL_FREE_NON_NULL(OurCommandLine); in RunSplitCommand()
1653 SHELL_FREE_NON_NULL(OurCommandLine); in RunSplitCommand()
1673 Status = RunCommand(OurCommandLine); in RunSplitCommand()
1709 FreePool(OurCommandLine); in RunSplitCommand()