HomeSort by relevance Sort by last modified time
    Searched refs:VfrFileName (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrCompiler.cpp 50 mOptions.VfrFileName[0] = '\0';
112 strcpy (mOptions.VfrFileName, Argv[Index]);
135 mOptions.VfrFileName[0] = '\0';
219 if (mOptions.VfrFileName[0] == '\0') {
223 pFileName = mOptions.VfrFileName;
395 if ((pVfrFile = fopen (mOptions.VfrFileName, "r")) == NULL) {
396 printf ("%s could not open input VFR file - %s\n", UTILITY_NAME, mOptions.VfrFileName);
402 strlen (mOptions.VfrFileName) + strlen (mOptions.PreprocessorOutputFileName);
423 strcat (PreProcessCmd, mOptions.VfrFileName), strcat (PreProcessCmd, " > ");
458 InFileName = (mOptions.SkipCPreprocessor == TRUE) ? mOptions.VfrFileName : mOptions.PreprocessorOutputFileName;
    [all...]
VfrCompiler.h 49 INT8 VfrFileName[MAX_PATH];
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrCompiler.cpp 71 mOptions.VfrFileName = NULL;
193 mOptions.VfrFileName = (CHAR8 *) malloc (strlen (Argv[Index]) + 1);
194 if (mOptions.VfrFileName == NULL) {
198 strcpy (mOptions.VfrFileName, Argv[Index]);
233 if (mOptions.VfrFileName != NULL) {
234 free (mOptions.VfrFileName);
235 mOptions.VfrFileName = NULL;
336 if (mOptions.VfrFileName == NULL) {
340 pFileName = mOptions.VfrFileName;
522 if (mOptions.VfrFileName != NULL) {
    [all...]
VfrCompiler.h 44 CHAR8 *VfrFileName;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
EfiVfr.h 145 INT8 VfrFileName[MAX_PATH];
VfrCompile.g 147 if ((VfrFptr = fopen (gOptions.VfrFileName, "r")) == NULL) {
148 Error (UTILITY_NAME, 0, 0, gOptions.VfrFileName, "could not open input VFR file");
157 Len = strlen (PREPROCESSOR_OPTIONS) + strlen (gOptions.VfrFileName) + 10 +
180 strcat (Cmd, gOptions.VfrFileName);
185 Error (UTILITY_NAME, 0, 0, gOptions.VfrFileName, "failed to spawn C preprocessor on VFR file");
425 strcpy (gOptions.VfrFileName, Argv[0]);
427 strcpy (CopyStr, gOptions.VfrFileName);
    [all...]

Completed in 1481 milliseconds