Searched refs:PathInfo (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/ |
D | GenBootSector.c | 276 PATH_INFO *PathInfo in GetBootSectorOffset() argument 350 if (!PathInfo->Input && (PathInfo->Type == PathUsb)) { in GetBootSectorOffset() 372 PATH_INFO *PathInfo, in GetFileHandle() argument 381 if (PathInfo->Input || PathInfo->Type != PathFile) { in GetFileHandle() 386 PathInfo->PhysicalPath, in GetFileHandle() 398 if ((PathInfo->Type == PathIde) || (PathInfo->Type == PathUsb)){ in GetFileHandle() 399 *DbrOffset = GetBootSectorOffset (*FileHandle, PathInfo); in GetFileHandle() 590 PATH_INFO *PathInfo in GetPathInfo() argument 602 if (IsLetter(PathInfo->Path[0]) && (PathInfo->Path[1] == ':') && (PathInfo->Path[2] == '\0')) { in GetPathInfo() 603 VolumeLetter = PathInfo->Path[0]; in GetPathInfo() [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/ |
D | GnuGenBootSector.c | 127 PATH_INFO *PathInfo in GetPathInfo() argument 132 if (strncmp(PathInfo->Path, "/dev/", 5) == 0) { in GetPathInfo() 138 if (PathInfo->Path[5] == 'f' && PathInfo->Path[6] == 'd' && PathInfo->Path[8] == '\0') { in GetPathInfo() 139 PathInfo->Type = PathFloppy; in GetPathInfo() 140 strcpy (PathInfo->PhysicalPath, PathInfo->Path); in GetPathInfo() 150 f = fopen (LongFilePath (PathInfo->Path),"r"); in GetPathInfo() 160 PathInfo->Type = PathFile; in GetPathInfo() 161 if (PathInfo->Input) { in GetPathInfo() 163 printf("Path = %s\n",PathInfo->Path); in GetPathInfo() 164 f = fopen (LongFilePath (PathInfo->Path), "r"); in GetPathInfo() [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/ |
D | IpiDb.py | 607 PathInfo = FileInfo[0] 608 FileDict[PathInfo] = DpGuid, DpVersion, NewDpFileName, RePackage
|