Home
last modified time | relevance | path

Searched refs:DevicePathCopyForFree (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellProtocol.c521 EFI_DEVICE_PATH_PROTOCOL *DevicePathCopyForFree; in EfiShellGetDevicePathFromFilePath() local
579 DevicePathCopyForFree = DevicePathCopy = DuplicateDevicePath(DevicePath); in EfiShellGetDevicePathFromFilePath()
591 if (DevicePathCopyForFree != NULL) { in EfiShellGetDevicePathFromFilePath()
592 FreePool(DevicePathCopyForFree); in EfiShellGetDevicePathFromFilePath()
608 if (DevicePathCopyForFree != NULL) { in EfiShellGetDevicePathFromFilePath()
609 FreePool(DevicePathCopyForFree); in EfiShellGetDevicePathFromFilePath()