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.c44 EFI_DEVICE_PATH_PROTOCOL *FinalPath; in GetDevicePathTextForHandle() local
47 FinalPath = NULL; in GetDevicePathTextForHandle()
67 FinalPath = AppendDevicePath (ImageDevicePath, LoadedImage->FilePath); in GetDevicePathTextForHandle()
81 if (FinalPath == NULL) { in GetDevicePathTextForHandle()
84 RetVal = gEfiShellProtocol->GetFilePathFromDevicePath(FinalPath); in GetDevicePathTextForHandle()
86 RetVal = ConvertDevicePathToText(FinalPath, TRUE, TRUE); in GetDevicePathTextForHandle()
88 FreePool(FinalPath); in GetDevicePathTextForHandle()