Searched refs:CapFiles (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/ |
D | GenFvInternalLib.h | 239 CHAR8 CapFiles[MAX_NUMBER_OF_FILES_IN_CAP][MAX_LONG_FILE_PATH]; member
|
D | GenFvInternalLib.c | 4092 if (CapInfo->CapFiles[Index][0] != '\0') { in ParseCapInf() 4104 strcpy (CapInfo->CapFiles[Index], Value); in ParseCapInf() 4105 …"Capsule component file", "the %uth file name is %s", (unsigned) Index, CapInfo->CapFiles[Index]); in ParseCapInf() 4205 while (mCapDataInfo.CapFiles [Index][0] != '\0') { in GenerateCapImage() 4206 fpin = fopen (LongFilePath (mCapDataInfo.CapFiles[Index]), "rb"); in GenerateCapImage() 4208 Error (NULL, 0, 0001, "Error opening file", mCapDataInfo.CapFiles[Index]); in GenerateCapImage() 4243 while (mCapDataInfo.CapFiles [Index][0] != '\0') { in GenerateCapImage() 4244 fpin = fopen (LongFilePath (mCapDataInfo.CapFiles[Index]), "rb"); in GenerateCapImage() 4246 Error (NULL, 0, 0001, "Error opening file", mCapDataInfo.CapFiles[Index]); in GenerateCapImage()
|
D | GenFv.c | 633 strcpy (mCapDataInfo.CapFiles[Index], mFvDataInfo.FvFiles[Index]); in main()
|