Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Include/Library/
DShellLib.h483 IN CONST CHAR16 *EnvKey
509 IN CONST CHAR16 *EnvKey,
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
DUefiShellLib.c1153 IN CONST CHAR16 *EnvKey in ShellGetEnvironmentVariable() argument
1160 return (gEfiShellProtocol->GetEnv(EnvKey)); in ShellGetEnvironmentVariable()
1167 return (mEfiShellEnvironment2->GetEnv((CHAR16*)EnvKey)); in ShellGetEnvironmentVariable()
1195 IN CONST CHAR16 *EnvKey, in ShellSetEnvironmentVariable() argument
1204 return (gEfiShellProtocol->SetEnv(EnvKey, EnvVal, Volatile)); in ShellSetEnvironmentVariable()