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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/
H A DString.c417 UINTN DestinationLen; local
419 DestinationLen = StrLen (Destination);
420 StrnCpy (Destination + DestinationLen, Source, Length);
421 Destination[DestinationLen + Length] = L'\0';
1553 UINTN DestinationLen; local
1555 DestinationLen = AsciiStrLen (Destination);
1556 AsciiStrnCpy (Destination + DestinationLen, Source, Length);
1557 Destination[DestinationLen + Length] = '\0';

Completed in 38 milliseconds