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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrCompiler.cpp 58 mOptions.VfrBaseFileName[0] = '\0';
143 mOptions.VfrBaseFileName[0] = '\0';
240 strncpy (mOptions.VfrBaseFileName, pFileName, pExt - pFileName);
241 mOptions.VfrBaseFileName[pExt - pFileName] = '\0';
251 if (mOptions.VfrBaseFileName[0] == '\0') {
256 strcat (mOptions.PkgOutputFileName, mOptions.VfrBaseFileName);
267 if (mOptions.VfrBaseFileName[0] == '\0') {
272 strcat (mOptions.COutputFileName, mOptions.VfrBaseFileName);
283 if (mOptions.VfrBaseFileName[0] == '\0') {
288 strcat (mOptions.PreprocessorOutputFileName, mOptions.VfrBaseFileName);
    [all...]
VfrCompiler.h 57 INT8 VfrBaseFileName[MAX_PATH]; // name of input VFR file with no path or extension
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrCompiler.cpp 79 mOptions.VfrBaseFileName[0] = '\0';
204 mOptions.VfrBaseFileName[0] = '\0';
301 strncpy (mOptions.VfrBaseFileName, pFileName, pExt - pFileName);
302 mOptions.VfrBaseFileName[pExt - pFileName] = '\0';
312 if (mOptions.VfrBaseFileName[0] == '\0') {
317 strcat (mOptions.PkgOutputFileName, mOptions.VfrBaseFileName);
328 if (mOptions.VfrBaseFileName[0] == '\0') {
333 strcat (mOptions.COutputFileName, mOptions.VfrBaseFileName);
344 if (mOptions.VfrBaseFileName[0] == '\0') {
349 strcat (mOptions.PreprocessorOutputFileName, mOptions.VfrBaseFileName);
    [all...]
VfrCompiler.h 52 CHAR8 VfrBaseFileName[MAX_PATH]; // name of input VFR file with no path or extension
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
EfiVfr.h 152 INT8 VfrBaseFileName[MAX_PATH]; // name of input VFR file with no path or extension
VfrServices.cpp 233 fprintf (IfrBinFptr, "\nunsigned char %sBin[] = {", gOptions.VfrBaseFileName);
VfrCompile.g 431 strcpy (gOptions.VfrBaseFileName, Cptr);
433 strcpy (gOptions.VfrBaseFileName, Cptr+1);
438 for (Cptr = gOptions.VfrBaseFileName; *Cptr && (*Cptr != '.'); Cptr++) {
472 strcat (gOptions.VfrListFileName, gOptions.VfrBaseFileName);
    [all...]

Completed in 164 milliseconds