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

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeDeferImageLoadLib/
H A DDxeDeferImageLoadLib.c348 UINTN StrLen1; local
379 StrLen1 = StrSize (DevicePathStr1);
381 if (StrLen1 > StrLen2) {
386 if (CompareMem (DevicePathStr1, DevicePathStr2, StrLen1) == 0) {

Completed in 2050 milliseconds