Home
last modified time | relevance | path

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

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