Home
last modified time | relevance | path

Searched refs:FvFiles (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/
DGenFvImageLib.c1039 strcpy (FvInfo->FvFiles[Index], Value); in ParseFvInf()
1094 if (FvInfo->Size == (UINTN) -1 && FvInfo->FvFiles[0][0] == 0) { in ParseFvInf()
2026 …if (FvImage == NULL || FvInfo == NULL || FvInfo->FvFiles[Index][0] == 0 || VtfFileImage == NULL ||… in AddFile()
2032 NewFile = fopen (FvInfo->FvFiles[Index], "rb"); in AddFile()
2035 Error (NULL, 0, 0, FvInfo->FvFiles[Index], "failed to open file for reading"); in AddFile()
2063 Error (NULL, 0, 0, FvInfo->FvFiles[Index], "failed to read input file contents"); in AddFile()
2072 Error (NULL, 0, 0, FvInfo->FvFiles[Index], "insufficient space remains to add the file"); in AddFile()
2081 Error (NULL, 0, 0, FvInfo->FvFiles[Index], "insufficient resources to add the file"); in AddFile()
2179 printf ("ERROR: Could not determine alignment of file %s.\n", FvInfo->FvFiles[Index]); in AddFile()
2197 Error (NULL, 0, 0, FvInfo->FvFiles[Index], "insufficient resources to add the file"); in AddFile()
[all …]
DGenFvImageLibInternal.h201 CHAR8 FvFiles[MAX_NUMBER_OF_FILES_IN_FV][_MAX_PATH]; member
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
DGenFvInternalLib.c368 if (FvInfo->FvFiles[Number][0] == '\0') { in ParseFvInf()
383 strcpy (FvInfo->FvFiles[Number + Index], Value); in ParseFvInf()
1136 if (FvImage == NULL || FvInfo == NULL || FvInfo->FvFiles[Index][0] == 0 || VtfFileImage == NULL) { in AddFile()
1143 NewFile = fopen (LongFilePath (FvInfo->FvFiles[Index]), "rb"); in AddFile()
1146 Error (NULL, 0, 0001, "Error opening file", FvInfo->FvFiles[Index]); in AddFile()
1176 Error (NULL, 0, 0004, "Error reading file", FvInfo->FvFiles[Index]); in AddFile()
1199 Error (NULL, 0, 3000, "Invalid", "%s is not a valid FFS file.", FvInfo->FvFiles[Index]); in AddFile()
1208 … 0, 4002, "Resource", "FV space is full, not enough room to add file %s.", FvInfo->FvFiles[Index]); in AddFile()
1264 …Status = FfsRebase (FvInfo, FvInfo->FvFiles[Index], (EFI_FFS_FILE_HEADER *) FileBuffer, (UINTN) *V… in AddFile()
1266 Error (NULL, 0, 3000, "Invalid", "Could not rebase %s.", FvInfo->FvFiles[Index]); in AddFile()
[all …]
DGenFv.c340 strcpy (mFvDataInfo.FvFiles[Index], argv[1]); in main()
627 for (Index = 0; mFvDataInfo.FvFiles[Index][0] != '\0'; Index ++) { in main()
628 strcpy (mCapDataInfo.CapFiles[Index], mFvDataInfo.FvFiles[Index]); in main()
DGenFvInternalLib.h228 CHAR8 FvFiles[MAX_NUMBER_OF_FILES_IN_FV][MAX_LONG_FILE_PATH]; member