Home | History | Annotate | Download | only in GenFw

Lines Matching refs:ReportFile

1109   FILE                             *ReportFile;

2728 ReportFile = fopen (LongFilePath (ReportFileName), "w+");
2729 if (ReportFile != NULL) {
2730 fprintf (ReportFile, "MODULE_SIZE = %u\n", (unsigned) mImageSize);
2731 fprintf (ReportFile, "TIME_STAMP = %u\n", (unsigned) mImageTimeStamp);
2732 fclose(ReportFile);