Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DDrivers.c43 EFI_DEVICE_PATH_PROTOCOL *FinalPath; in GetDevicePathTextForHandle() local
46 FinalPath = NULL; in GetDevicePathTextForHandle()
66 FinalPath = AppendDevicePath (ImageDevicePath, LoadedImage->FilePath); in GetDevicePathTextForHandle()
80 if (FinalPath == NULL) { in GetDevicePathTextForHandle()
83 RetVal = gEfiShellProtocol->GetFilePathFromDevicePath(FinalPath); in GetDevicePathTextForHandle()
85 RetVal = ConvertDevicePathToText(FinalPath, TRUE, TRUE); in GetDevicePathTextForHandle()
87 FreePool(FinalPath); in GetDevicePathTextForHandle()