Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellEnvVar.c461 CHAR16 *LocalValue; in ShellAddEnvVarToList() local
467 LocalValue = AllocateCopyPool (ValueSize, Value); in ShellAddEnvVarToList()
468 if (LocalValue == NULL) { in ShellAddEnvVarToList()
482 Node->Val = LocalValue; in ShellAddEnvVarToList()
493 FreePool (LocalValue); in ShellAddEnvVarToList()
499 FreePool (LocalValue); in ShellAddEnvVarToList()
503 Node->Val = LocalValue; in ShellAddEnvVarToList()