Searched refs:DevicePathStr2 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeDeferImageLoadLib/
H A DDxeDeferImageLoadLib.c347 EFI_STRING DevicePathStr2; local
373 DevicePathStr2 = DevicePathText->ConvertDevicePathToText (DevicePath2, TRUE, TRUE);
374 ConvertDPStr (DevicePathStr2);
380 StrLen2 = StrSize (DevicePathStr2);
386 if (CompareMem (DevicePathStr1, DevicePathStr2, StrLen1) == 0) {
392 FreePool (DevicePathStr2);

Completed in 2329 milliseconds