Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
DUefiShellLib.c494 CHAR16 *FnafPathName; in ShellOpenFileByDevicePath() local
579 FnafPathName = AllocateCopyPool(PathLen, (UINT8 *)((FILEPATH_DEVICE_PATH*)*FilePath)->PathName); in ShellOpenFileByDevicePath()
580 if (FnafPathName == NULL) { in ShellOpenFileByDevicePath()
590 FnafPathName, in ShellOpenFileByDevicePath()
602 FnafPathName, in ShellOpenFileByDevicePath()
611 FreePool(FnafPathName); in ShellOpenFileByDevicePath()