Searched refs:pOutFile (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/ |
D | VfrCompiler.cpp | 577 FILE *pOutFile = NULL; in GenRecordListFile() local 593 if ((pOutFile = fopen (mOptions.RecordListFile, "w")) == NULL) { in GenRecordListFile() 598 fprintf (pOutFile, "//\n// VFR compiler version " UTILITY_VERSION "\n//\n"); in GenRecordListFile() 602 fprintf (pOutFile, "%s", LineBuf); in GenRecordListFile() 604 gCIfrRecordInfoDB.IfrRecordOutput (pOutFile, LineNo); in GenRecordListFile() 608 fclose (pOutFile); in GenRecordListFile()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/ |
D | VfrCompiler.cpp | 922 FILE *pOutFile = NULL; in GenRecordListFile() local 938 if ((pOutFile = fopen (LongFilePath (mOptions.RecordListFile), "w")) == NULL) { in GenRecordListFile() 943 … fprintf (pOutFile, "//\n// VFR compiler version " VFR_COMPILER_VERSION __BUILD_VERSION "\n//\n"); in GenRecordListFile() 947 fprintf (pOutFile, "%s", LineBuf); in GenRecordListFile() 949 gCIfrRecordInfoDB.IfrRecordOutput (pOutFile, LineNo); in GenRecordListFile() 953 fprintf (pOutFile, "\n//\n// All Opcode Record List \n//\n"); in GenRecordListFile() 954 gCIfrRecordInfoDB.IfrRecordOutput (pOutFile, 0); in GenRecordListFile() 955 gCVfrVarDataTypeDB.Dump(pOutFile); in GenRecordListFile() 957 fclose (pOutFile); in GenRecordListFile()
|