Searched defs:TempDriverImagePath (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideLib.c1249 EFI_DEVICE_PATH_PROTOCOL *TempDriverImagePath; local
1335 TempDriverImagePath = DriverImageInfo->DriverImagePath;
1342 Status = UpdateFvFileDevicePath (&TempDriverImagePath, NULL, CallerImageHandle);
1345 DriverImageInfo->DriverImagePath = TempDriverImagePath;
1421 TempDriverImagePath = DriverImageInfo->DriverImagePath;
1422 gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &TempDriverImagePath, &Handle);
1455 TempDriverImagePath = DriverImageInfo->DriverImagePath;
1456 gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &TempDriverImagePath, &Handle);
1457 if (((DevicePathType (TempDriverImagePath) == MEDIA_DEVICE_PATH) &&
1458 (DevicePathSubType (TempDriverImagePath)
[all...]

Completed in 19 milliseconds