Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
DEnvirons.c181 EfiEnv = ShellGetEnvironmentVariable(gMD->UString); in getenv()
248 HostName = ShellGetEnvironmentVariable ( UName ); in setenv()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
DEdit.c75 Cwd = ShellGetEnvironmentVariable(L"path"); in ShellCommandRunEdit()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DSet.c153 Value = ShellGetEnvironmentVariable(KeyName); in ShellCommandRunSet()
/device/linaro/bootloader/edk2/ShellPkg/Include/Library/
DShellLib.h482 ShellGetEnvironmentVariable (
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
DUefiShellLib.c1152 ShellGetEnvironmentVariable ( in ShellGetEnvironmentVariable() function
1733 Path = ShellGetEnvironmentVariable(L"cwd"); in ShellFindFilePath()
1758 Path = ShellGetEnvironmentVariable(L"path"); in ShellFindFilePath()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
DIf.c102 ProfilesString = ShellGetEnvironmentVariable(L"profiles"); in IsValidProfile()