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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
H A DShellProtocol.c522 EFI_DEVICE_PATH_PROTOCOL *DevicePathForReturn; local
550 DevicePathForReturn = EfiShellGetDevicePathFromFilePath(NewPath);
552 return (DevicePathForReturn);
602 DevicePathForReturn = FileDevicePath(Handle, L"\\");
604 DevicePathForReturn = FileDevicePath(Handle, Path+StrLen(MapName));
612 return (DevicePathForReturn);

Completed in 11 milliseconds