Searched refs:PreprocessorOutputFileName (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/ |
D | VfrCompiler.cpp | 78 mOptions.PreprocessorOutputFileName = NULL; in OptionInitialization() 253 if (mOptions.PreprocessorOutputFileName != NULL) { in OptionInitialization() 254 free (mOptions.PreprocessorOutputFileName); in OptionInitialization() 255 mOptions.PreprocessorOutputFileName = NULL; in OptionInitialization() 456 mOptions.PreprocessorOutputFileName = (CHAR8 *) malloc (Length); in SetPreprocessorOutputFileName() 457 if (mOptions.PreprocessorOutputFileName == NULL) { in SetPreprocessorOutputFileName() 461 strcpy (mOptions.PreprocessorOutputFileName, mOptions.OutputDirectory); in SetPreprocessorOutputFileName() 462 strcat (mOptions.PreprocessorOutputFileName, mOptions.VfrBaseFileName); in SetPreprocessorOutputFileName() 463 strcat (mOptions.PreprocessorOutputFileName, VFR_PREPROCESS_FILENAME_EXTENSION); in SetPreprocessorOutputFileName() 547 if (mOptions.PreprocessorOutputFileName != NULL) { in ~CVfrCompiler() [all …]
|
D | VfrCompiler.h | 51 CHAR8 *PreprocessorOutputFileName; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/ |
D | VfrCompiler.cpp | 57 mOptions.PreprocessorOutputFileName[0] = '\0'; in OptionInitialization() 142 mOptions.PreprocessorOutputFileName[0] = '\0'; in OptionInitialization() 287 strcpy (mOptions.PreprocessorOutputFileName, mOptions.OutputDirectory); in SetPreprocessorOutputFileName() 288 strcat (mOptions.PreprocessorOutputFileName, mOptions.VfrBaseFileName); in SetPreprocessorOutputFileName() 289 strcat (mOptions.PreprocessorOutputFileName, VFR_PREPROCESS_FILENAME_EXTENSION); in SetPreprocessorOutputFileName() 402 strlen (mOptions.VfrFileName) + strlen (mOptions.PreprocessorOutputFileName); in PreProcess() 424 strcat (PreProcessCmd, mOptions.PreprocessorOutputFileName); in PreProcess() 458 … (mOptions.SkipCPreprocessor == TRUE) ? mOptions.VfrFileName : mOptions.PreprocessorOutputFileName; in Compile() 581 … (mOptions.SkipCPreprocessor == TRUE) ? mOptions.VfrFileName : mOptions.PreprocessorOutputFileName; in GenRecordListFile()
|
D | VfrCompiler.h | 56 INT8 PreprocessorOutputFileName[MAX_PATH]; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/ |
D | EfiVfr.h | 151 INT8 PreprocessorOutputFileName[MAX_PATH]; member
|
D | VfrServices.cpp | 331 if ((InFptr = fopen (gOptions.PreprocessorOutputFileName, "r")) == NULL) { in WriteIfrBytes() 332 …Warning (UTILITY_NAME, 0, 0, gOptions.PreprocessorOutputFileName, "could not open file for creatin… in WriteIfrBytes()
|
D | VfrCompile.g | 158 strlen (PREPROCESSOR_COMMAND) + strlen (gOptions.PreprocessorOutputFileName); 182 strcat (Cmd, gOptions.PreprocessorOutputFileName); 194 if ((VfrFptr = fopen (gOptions.PreprocessorOutputFileName, "r")) == NULL) { 196 gOptions.PreprocessorOutputFileName); 474 strcpy (gOptions.PreprocessorOutputFileName, gOptions.VfrListFileName); 477 strcat (gOptions.PreprocessorOutputFileName, VFR_PREPROCESS_FILENAME_EXTENSION);
|