Home
last modified time | relevance | path

Searched refs:ShellFileHandle (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DVol.c40 SHELL_FILE_HANDLE ShellFileHandle; in HandleVol() local
72 &ShellFileHandle, in HandleVol()
75 if (EFI_ERROR(Status) || ShellFileHandle == NULL) { in HandleVol()
85 EfiFpHandle = ConvertShellHandleToEfiFileProtocol(ShellFileHandle); in HandleVol()
162 gEfiShellProtocol->CloseFile(ShellFileHandle); in HandleVol()
DLs.c34 SHELL_FILE_HANDLE ShellFileHandle; in PrintSfoVolumeInfoTableEntry() local
53 &ShellFileHandle, in PrintSfoVolumeInfoTableEntry()
65 EfiFpHandle = ConvertShellHandleToEfiFileProtocol(ShellFileHandle); in PrintSfoVolumeInfoTableEntry()
85 gEfiShellProtocol->CloseFile(ShellFileHandle); in PrintSfoVolumeInfoTableEntry()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
DMainHexEditor.c232 SHELL_FILE_HANDLE ShellFileHandle; in HMainCommandSaveBuffer() local
431 Status = ShellOpenFileByName (FileName, &ShellFileHandle, EFI_FILE_MODE_READ, 0); in HMainCommandSaveBuffer()
435 Info = ShellGetFileInfo(ShellFileHandle); in HMainCommandSaveBuffer()
437 ShellCloseFile(&ShellFileHandle); in HMainCommandSaveBuffer()