Home | History | Annotate | Download | only in BootManagerMenuApp

Lines Matching defs:ImageDevicePath

260   EFI_DEVICE_PATH_PROTOCOL      *ImageDevicePath;

265 Status = gBS->HandleProtocol (gImageHandle, &gEfiLoadedImageDevicePathProtocolGuid, (VOID **) &ImageDevicePath);
267 if (CompareMem (BootOption->FilePath, ImageDevicePath, GetDevicePathSize (ImageDevicePath)) == 0) {