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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellProtocol.c511 EFI_DEVICE_PATH_PROTOCOL *DevicePathForReturn; local
539 DevicePathForReturn = EfiShellGetDevicePathFromFilePath(NewPath);
541 return (DevicePathForReturn);
591 DevicePathForReturn = FileDevicePath(Handle, L"\\");
593 DevicePathForReturn = FileDevicePath(Handle, Path+StrLen(MapName));
601 return (DevicePathForReturn);

Completed in 38 milliseconds