Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DSet.c35 ConstEnvNameList = gEfiShellProtocol->GetEnv(NULL); in PrintAllShellEnvVars()
40 Value = gEfiShellProtocol->GetEnv(ConstEnvNameList); in PrintAllShellEnvVars()
/device/sample/frameworks/PlatformLibrary/jni/
DPlatformLibrary.cpp257 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
/device/linaro/bootloader/edk2/ShellPkg/Include/Protocol/
DEfiShellEnvironment2.h922 SHELLENV_GET_ENV GetEnv; member
DEfiShell.h1083 EFI_SHELL_GET_ENV GetEnv; member
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DUefiShellCommandLib.c1191 OriginalPath = gEfiShellProtocol->GetEnv(L"path"); in ShellCommandAddMapItemAndUpdatePath()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
DUefiShellLib.c1142 return (gEfiShellProtocol->GetEnv(EnvKey)); in ShellGetEnvironmentVariable()
1149 return (mEfiShellEnvironment2->GetEnv((CHAR16*)EnvKey)); in ShellGetEnvironmentVariable()
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.c1223 CurDir = ShellInfoObject.NewEfiShellProtocol->GetEnv(L"cwd"); in DoShellPrompt()
2914 CurDir = ShellInfoObject.NewEfiShellProtocol->GetEnv(L"cwd"); in RunScriptFileHandle()