Searched refs:PhysicalPath (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GnuGenBootSector/
H A DGnuGenBootSector.c95 CHAR8 PhysicalPath[260]; member in struct:_PATH_INFO
146 strcpy (PathInfo->PhysicalPath, PathInfo->Path);
178 strcpy(PathInfo->PhysicalPath, PathInfo->Path);
214 InputFile = fopen(InputInfo->PhysicalPath, "r");
238 OutputFile = fopen(OutputInfo->PhysicalPath, "r+");
240 OutputFile = fopen(OutputInfo->PhysicalPath, "w");
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenBootSector/
H A DGenBootSector.c117 CHAR PhysicalPath[260]; member in struct:_PATH_INFO
391 PathInfo->PhysicalPath,
595 sprintf (PathInfo->PhysicalPath, FloppyPathTemplate, VolumeLetter);
609 sprintf(PathInfo->PhysicalPath, DiskPathTemplate, DriveInfo.DiskNumber);
634 strcpy(PathInfo->PhysicalPath, PathInfo->Path);

Completed in 94 milliseconds