Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Scripts/
DShowEnvironment.bat44 if defined SRC_CONF @goto SetEnv
146 :SetEnv label
/device/linaro/bootloader/edk2/ShellPkg/Include/Protocol/
DEfiShell.h1084 EFI_SHELL_SET_ENV SetEnv; member
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DUefiShellCommandLib.c1206 Status = gEfiShellProtocol->SetEnv(L"path", NewPath, TRUE); in ShellCommandAddMapItemAndUpdatePath()
1253 gEfiShellProtocol->SetEnv(L"path", L"", TRUE); in ShellCommandCreateInitialMappingsAndPaths()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
DUefiShellLib.c1186 return (gEfiShellProtocol->SetEnv(EnvKey, EnvVal, Volatile)); in ShellSetEnvironmentVariable()