Searched refs:InShellFileHandle (Results 1 – 1 of 1) sorted by relevance
36 SHELL_FILE_HANDLE InShellFileHandle; in ShellCommandRunEfiCompress() local54 InShellFileHandle = NULL; in ShellCommandRunEfiCompress()104 Status = ShellOpenFileByName(InFileName, &InShellFileHandle, EFI_FILE_MODE_READ, 0); in ShellCommandRunEfiCompress()116 Status = gEfiShellProtocol->GetFileSize(InShellFileHandle, &InSize); in ShellCommandRunEfiCompress()123 Status = gEfiShellProtocol->ReadFile (InShellFileHandle, &InSize2, InBuffer); in ShellCommandRunEfiCompress()153 if (InShellFileHandle != NULL) { in ShellCommandRunEfiCompress()154 gEfiShellProtocol->CloseFile(InShellFileHandle); in ShellCommandRunEfiCompress()