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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DCp.c238 UINTN PathLen; local
251 PathLen = 0;
286 if (NewSize > PathLen) {
287 PathLen = NewSize;
312 DestPath = AllocateZeroPool(PathLen);

Completed in 42 milliseconds