Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
DGnuGenBootSector.c89 CHAR8 PhysicalPath[260]; member
140 strcpy (PathInfo->PhysicalPath, PathInfo->Path); in GetPathInfo()
172 strcpy(PathInfo->PhysicalPath, PathInfo->Path); in GetPathInfo()
208 InputFile = fopen (LongFilePath (InputInfo->PhysicalPath), "r"); in ProcessBsOrMbr()
232 OutputFile = fopen (LongFilePath (OutputInfo->PhysicalPath), "r+"); in ProcessBsOrMbr()
234 OutputFile = fopen (LongFilePath (OutputInfo->PhysicalPath), "w"); in ProcessBsOrMbr()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
DGenBootSector.c111 CHAR PhysicalPath[260]; member
386 PathInfo->PhysicalPath, in GetFileHandle()
607 sprintf (PathInfo->PhysicalPath, FloppyPathTemplate, VolumeLetter); in GetPathInfo()
621 sprintf(PathInfo->PhysicalPath, DiskPathTemplate, DriveInfo.DiskNumber); in GetPathInfo()
647 strcpy(PathInfo->PhysicalPath, PathInfo->Path); in GetPathInfo()