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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
VfrServices.cpp 222 if ((IfrBinFptr = fopen (gOptions.IfrOutputFileName, "w")) == NULL) {
223 Error (UTILITY_NAME, 0, 0, gOptions.IfrOutputFileName, "could not open file for writing");
280 for (Cptr = gOptions.IfrOutputFileName + strlen (gOptions.IfrOutputFileName) - 1;
281 (*Cptr != '.') && (Cptr > gOptions.IfrOutputFileName) && (*Cptr != '\\');
290 strcat (gOptions.IfrOutputFileName, ".hpk");
292 if ((IfrBinFptr = fopen (gOptions.IfrOutputFileName, "wb")) == NULL) {
293 Error (UTILITY_NAME, 0, 0, gOptions.IfrOutputFileName, "could not open file for writing");
EfiVfr.h 149 INT8 IfrOutputFileName[MAX_PATH];
VfrCompile.g 253 remove (gOptions.IfrOutputFileName);
445 // IfrOutputFileName -- IFR bytes
473 strcpy (gOptions.IfrOutputFileName, gOptions.VfrListFileName);
476 strcat (gOptions.IfrOutputFileName, VFR_BINARY_FILENAME_EXTENSION);
    [all...]

Completed in 74 milliseconds