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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellManParser.c588 EFI_DEVICE_PATH_PROTOCOL *FileDevPath; local
620 FileDevPath = FileDevicePath(NULL, TempString);
621 DevPath = AppendDevicePath (ShellInfoObject.ImageDevPath, FileDevPath);
623 FreePool(FileDevPath);
H A DShell.h105 EFI_DEVICE_PATH_PROTOCOL *FileDevPath; ///< DevicePath for ourselves. member in struct:__anon12754
H A DShell.c181 ShellInfoObject.FileDevPath = NULL;
282 Status = GetDevicePathsForImageAndFile(&ShellInfoObject.ImageDevPath, &ShellInfoObject.FileDevPath);
375 Status = DoStartupScript(ShellInfoObject.ImageDevPath, ShellInfoObject.FileDevPath);
428 if (ShellInfoObject.FileDevPath != NULL) {
429 FreePool(ShellInfoObject.FileDevPath);
430 DEBUG_CODE(ShellInfoObject.FileDevPath = NULL;);
H A DShellProtocol.c1586 DevPath = AppendDevicePath (ShellInfoObject.ImageDevPath, ShellInfoObject.FileDevPath);
1589 Temp = gDevPathToText->ConvertDevicePathToText(ShellInfoObject.FileDevPath, TRUE, TRUE);

Completed in 988 milliseconds