Home
last modified time | relevance | path

Searched refs:SetCurDir (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
DEdit.c87 gEfiShellProtocol->SetCurDir(NULL, Nfs); in ShellCommandRunEdit()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DCd.c320 Status = gEfiShellProtocol->SetCurDir (Drive, Path + 1); in ShellCommandRunCd()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DShell.h1224 EFI_SHELL_SET_CUR_DIR SetCurDir; member
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DSysCalls.c1362 Status = gEfiShellProtocol->SetCurDir(NULL, UnicodePath); in chdir()
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.c2097 Status = ShellInfoObject.NewEfiShellProtocol->SetCurDir(NULL, CmdLine); in ChangeMappedDrive()