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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Protocol/
H A DEfiShell.h956 EFI_SHELL_SET_ENV SetEnv; member in struct:_EFI_SHELL_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellCommandLib/
H A DUefiShellCommandLib.c977 Status = gEfiShellProtocol->SetEnv(L"path", NewPath, TRUE);
1024 gEfiShellProtocol->SetEnv(L"path", L"", TRUE);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShell.c438 ShellInfoObject.NewEfiShellProtocol->SetEnv(L"cwd", L"", TRUE);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLib/
H A DUefiShellLib.c1126 return (gEfiShellProtocol->SetEnv(EnvKey, EnvVal, Volatile));

Completed in 307 milliseconds