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

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeDeferImageLoadLib/
H A DDxeDeferImageLoadLib.c346 EFI_STRING DevicePathStr1; local
368 DevicePathStr1 = DevicePathText->ConvertDevicePathToText (DevicePath1, TRUE, TRUE);
369 ConvertDPStr (DevicePathStr1);
379 StrLen1 = StrSize (DevicePathStr1);
386 if (CompareMem (DevicePathStr1, DevicePathStr2, StrLen1) == 0) {
391 FreePool (DevicePathStr1);

Completed in 33 milliseconds