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.c1108 EFI_DEVICE_PATH_PROTOCOL *NamePath; in DoStartupScript() local
1201 NamePath = FileDevicePath (NULL, mStartupScript); in DoStartupScript()
1202 NewPath = AppendDevicePathNode (ImagePath, NamePath); in DoStartupScript()
1203 FreePool(NamePath); in DoStartupScript()