Searched refs:FvFiles (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/ |
D | GenFv.c | 344 strncpy (mFvDataInfo.FvFiles[Index], argv[1], MAX_LONG_FILE_PATH - 1); in main() 345 mFvDataInfo.FvFiles[Index][MAX_LONG_FILE_PATH - 1] = 0; in main() 632 for (Index = 0; mFvDataInfo.FvFiles[Index][0] != '\0'; Index ++) { in main() 633 strcpy (mCapDataInfo.CapFiles[Index], mFvDataInfo.FvFiles[Index]); in main()
|
D | GenFvInternalLib.c | 372 if (FvInfo->FvFiles[Number][0] == '\0') { in ParseFvInf() 387 strcpy (FvInfo->FvFiles[Number + Index], Value); in ParseFvInf() 1140 if (FvImage == NULL || FvInfo == NULL || FvInfo->FvFiles[Index][0] == 0 || VtfFileImage == NULL) { in AddFile() 1147 NewFile = fopen (LongFilePath (FvInfo->FvFiles[Index]), "rb"); in AddFile() 1150 Error (NULL, 0, 0001, "Error opening file", FvInfo->FvFiles[Index]); in AddFile() 1181 Error (NULL, 0, 0004, "Error reading file", FvInfo->FvFiles[Index]); in AddFile() 1204 Error (NULL, 0, 3000, "Invalid", "%s is not a valid FFS file.", FvInfo->FvFiles[Index]); in AddFile() 1213 … 0, 4002, "Resource", "FV space is full, not enough room to add file %s.", FvInfo->FvFiles[Index]); in AddFile() 1270 …Status = FfsRebase (FvInfo, FvInfo->FvFiles[Index], (EFI_FFS_FILE_HEADER *) FileBuffer, (UINTN) *V… in AddFile() 1272 Error (NULL, 0, 3000, "Invalid", "Could not rebase %s.", FvInfo->FvFiles[Index]); in AddFile() [all …]
|
D | GenFvInternalLib.h | 228 CHAR8 FvFiles[MAX_NUMBER_OF_FILES_IN_FV][MAX_LONG_FILE_PATH]; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/ |
D | GenFvImageLib.c | 1039 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 …]
|
D | GenFvImageLibInternal.h | 201 CHAR8 FvFiles[MAX_NUMBER_OF_FILES_IN_FV][_MAX_PATH]; member
|