Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.c1530 CHAR16 *NewCommandLine2; in ShellConvertVariables() local
1593 NewCommandLine2 = AllocateZeroPool(NewSize); in ShellConvertVariables()
1595 if (NewCommandLine1 == NULL || NewCommandLine2 == NULL || ItemTemp == NULL) { in ShellConvertVariables()
1597 SHELL_FREE_NON_NULL(NewCommandLine2); 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()
1638 ShellCopySearchAndReplace(NewCommandLine1, NewCommandLine2, NewSize, L"^%", L"%", TRUE, FALSE); in ShellConvertVariables()
1639 StrCpyS(NewCommandLine1, NewSize/sizeof(CHAR16), NewCommandLine2); in ShellConvertVariables()
[all …]