Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.c1061 EFI_DEVICE_PATH_PROTOCOL *NamePath; in DoStartupScript() local
1154 NamePath = FileDevicePath (NULL, mStartupScript); in DoStartupScript()
1155 NewPath = AppendDevicePathNode (ImagePath, NamePath); in DoStartupScript()
1156 FreePool(NamePath); in DoStartupScript()