Searched defs:ShellFileHandle (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DVol.c41 SHELL_FILE_HANDLE ShellFileHandle; local
73 &ShellFileHandle,
76 if (EFI_ERROR(Status) || ShellFileHandle == NULL) {
82 // Get the Volume Info from ShellFileHandle
86 EfiFpHandle = ConvertShellHandleToEfiFileProtocol(ShellFileHandle);
163 gEfiShellProtocol->CloseFile(ShellFileHandle);
H A DLs.c35 SHELL_FILE_HANDLE ShellFileHandle; local
54 &ShellFileHandle,
62 // Get the Volume Info from ShellFileHandle
66 EfiFpHandle = ConvertShellHandleToEfiFileProtocol(ShellFileHandle);
86 gEfiShellProtocol->CloseFile(ShellFileHandle);
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DMainHexEditor.c232 SHELL_FILE_HANDLE ShellFileHandle; local
431 Status = ShellOpenFileByName (FileName, &ShellFileHandle, EFI_FILE_MODE_READ, 0);
435 Info = ShellGetFileInfo(ShellFileHandle);
437 ShellCloseFile(&ShellFileHandle);

Completed in 5141 milliseconds