Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.c1483 CHAR16 *ItemTemp; in ShellConvertVariables() local
1544 ItemTemp = AllocateZeroPool(ItemSize+(2*sizeof(CHAR16))); in ShellConvertVariables()
1545 if (NewCommandLine1 == NULL || NewCommandLine2 == NULL || ItemTemp == NULL) { in ShellConvertVariables()
1548 SHELL_FREE_NON_NULL(ItemTemp); in ShellConvertVariables()
1555 StrCpyS( ItemTemp, in ShellConvertVariables()
1559 StrCatS( ItemTemp, in ShellConvertVariables()
1563 StrCatS( ItemTemp, in ShellConvertVariables()
1567 …ShellCopySearchAndReplace(NewCommandLine1, NewCommandLine2, NewSize, ItemTemp, EfiShellGetEnv(Mast… in ShellConvertVariables()
1592 FreePool(ItemTemp); in ShellConvertVariables()