Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.c1529 CHAR16 *NewCommandLine1; in ShellConvertVariables() local
1592 NewCommandLine1 = AllocateCopyPool(NewSize, OriginalCommandLine); in ShellConvertVariables()
1595 if (NewCommandLine1 == NULL || NewCommandLine2 == NULL || ItemTemp == NULL) { in ShellConvertVariables()
1596 SHELL_FREE_NON_NULL(NewCommandLine1); in ShellConvertVariables()
1617 …ShellCopySearchAndReplace(NewCommandLine1, NewCommandLine2, NewSize, ItemTemp, EfiShellGetEnv(Mast… in ShellConvertVariables()
1618 StrCpyS(NewCommandLine1, NewSize/sizeof(CHAR16), NewCommandLine2); in ShellConvertVariables()
1625 …ShellCopySearchAndReplace(NewCommandLine1, NewCommandLine2, NewSize, AliasListNode->Alias, AliasLi… in ShellConvertVariables()
1626 StrCpyS(NewCommandLine1, NewSize/sizeof(CHAR16), NewCommandLine2); in ShellConvertVariables()
1633 StripUnreplacedEnvironmentVariables(NewCommandLine1); in ShellConvertVariables()
1638 ShellCopySearchAndReplace(NewCommandLine1, NewCommandLine2, NewSize, L"^%", L"%", TRUE, FALSE); in ShellConvertVariables()
[all …]