HomeSort by relevance Sort by last modified time
    Searched refs:PhysicalPath (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
GnuGenBootSector.c 89 CHAR8 PhysicalPath[260];
140 strcpy (PathInfo->PhysicalPath, PathInfo->Path);
172 strcpy(PathInfo->PhysicalPath, PathInfo->Path);
208 InputFile = fopen (LongFilePath (InputInfo->PhysicalPath), "r");
232 OutputFile = fopen (LongFilePath (OutputInfo->PhysicalPath), "r+");
234 OutputFile = fopen (LongFilePath (OutputInfo->PhysicalPath), "w");
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
GenBootSector.c 111 CHAR PhysicalPath[260];
385 PathInfo->PhysicalPath,
597 sprintf (PathInfo->PhysicalPath, FloppyPathTemplate, VolumeLetter);
611 sprintf(PathInfo->PhysicalPath, DiskPathTemplate, DriveInfo.DiskNumber);
636 strcpy(PathInfo->PhysicalPath, PathInfo->Path);

Completed in 996 milliseconds