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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellProtocol.c995 SHELL_FILE_HANDLE ShellHandle; local
1009 ShellHandle = NULL;
1013 Status = EfiShellOpenRoot(DevicePath, &ShellHandle);
1016 Handle1 = ConvertShellHandleToEfiFileProtocol(ShellHandle);
1117 *FileHandle = ConvertEfiFileProtocolToShellHandle(Handle1, ShellFileHandleGetPath(ShellHandle));

Completed in 61 milliseconds