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) {