Searched refs:CapFiles (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFvInternalLib.h243 CHAR8 CapFiles[MAX_NUMBER_OF_FILES_IN_CAP][_MAX_PATH]; member in struct:__anon9980
H A DGenFvInternalLib.c3533 if (CapInfo->CapFiles[Index][0] != '\0') {
3545 strcpy (CapInfo->CapFiles[Index], Value);
3546 DebugMsg (NULL, 0, 9, "Capsule component file", "the %uth file name is %s", (unsigned) Index, CapInfo->CapFiles[Index]);
3646 while (mCapDataInfo.CapFiles [Index][0] != '\0') {
3647 fpin = fopen (mCapDataInfo.CapFiles[Index], "rb");
3649 Error (NULL, 0, 0001, "Error opening file", mCapDataInfo.CapFiles[Index]);
3684 while (mCapDataInfo.CapFiles [Index][0] != '\0') {
3685 fpin = fopen (mCapDataInfo.CapFiles[Index], "rb");
3687 Error (NULL, 0, 0001, "Error opening file", mCapDataInfo.CapFiles[Index]);
H A DGenFv.c616 strcpy (mCapDataInfo.CapFiles[Index], mFvDataInfo.FvFiles[Index]);

Completed in 50 milliseconds