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.c154 Value = ShellGetEnvironmentVariable(KeyName); in ShellCommandRunSet()
/device/linaro/bootloader/edk2/ShellPkg/Include/Library/
DShellLib.h474 ShellGetEnvironmentVariable (
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
DUefiShellLib.c1134 ShellGetEnvironmentVariable ( in ShellGetEnvironmentVariable() function
1716 Path = ShellGetEnvironmentVariable(L"cwd"); in ShellFindFilePath()
1741 Path = ShellGetEnvironmentVariable(L"path"); in ShellFindFilePath()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
DIf.c98 ProfilesString = ShellGetEnvironmentVariable(L"profiles"); in IsValidProfile()