Home
last modified time | relevance | path

Searched refs:InFileName (Results 1 – 25 of 87) sorted by relevance

1234

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Sample/Tools/Source/GenTEImage/
H A DGenTEImage.c49 INT8 InFileName[MAX_PATH]; member
113 INT8 *InFileName,
173 DumpImage (mOptions.InFileName); in main()
181 strcpy (mOptions.OutFileName, mOptions.InFileName); in main()
219 INT8 *InFileName, in ProcessFile() argument
263 if ((InFptr = fopen (InFileName, "rb")) == NULL) { in ProcessFile()
367 InFileName, in ProcessFile()
408 InFileName, in ProcessFile()
433 InFileName, in ProcessFile()
452 InFileName, in ProcessFile()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Sample/Tools/Source/EfiCompress/
H A DEfiCompressMain.c39 CHAR8 *InFileName; member
91 CHAR8 *InFileName,
152 ActionList->InFileName, in main()
229 if ((*Action)->InFileName == NULL) { in ParseCommandLine()
230 (*Action)->InFileName = *argv; in ParseCommandLine()
243 assert ((*Action)->InFileName != NULL); in ParseCommandLine()
244 …dout, " ERROR: Compress OutFileName not specified with InFileName: %s!\n", (*Action)->InFileName); in ParseCommandLine()
257 CHAR8 *InFileName, in ProcessFile() argument
274 fprintf (stdout, "%s --> %s\n", InFileName, OutFileName); in ProcessFile()
281 if ((InFileP = fopen (InFileName, "rb")) == NULL) { in ProcessFile()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEfiDecompress.c43 CHAR16 *InFileName; in ShellCommandRunEfiDecompress() local
51 InFileName = NULL; in ShellCommandRunEfiDecompress()
93 InFileName = ShellFindFilePath(TempParam); in ShellCommandRunEfiDecompress()
95 if (InFileName == NULL) { in ShellCommandRunEfiDecompress()
99 if (ShellIsDirectory(InFileName) == EFI_SUCCESS){ in ShellCommandRunEfiDecompress()
100 … ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_FILE_NOT_DIR), gShellDebug1HiiHandle, InFileName); in ShellCommandRunEfiDecompress()
108 Status = ShellOpenFileByName(InFileName, &InFileHandle, EFI_FILE_MODE_READ, 0); in ShellCommandRunEfiDecompress()
130 …rintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_EFI_DECOMPRESS_NOPE), gShellDebug1HiiHandle, InFileName); in ShellCommandRunEfiDecompress()
173 SHELL_FREE_NON_NULL(InFileName); in ShellCommandRunEfiDecompress()
H A DEfiCompress.c43 CHAR16 *InFileName; in ShellCommandRunEfiCompress() local
47 InFileName = NULL; in ShellCommandRunEfiCompress()
88 InFileName = ShellFindFilePath(TempParam); in ShellCommandRunEfiCompress()
90 if (InFileName == NULL) { in ShellCommandRunEfiCompress()
94 if (ShellIsDirectory(InFileName) == EFI_SUCCESS){ in ShellCommandRunEfiCompress()
95 … ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_FILE_NOT_DIR), gShellDebug1HiiHandle, InFileName); in ShellCommandRunEfiCompress()
103 Status = ShellOpenFileByName(InFileName, &InShellFileHandle, EFI_FILE_MODE_READ, 0); in ShellCommandRunEfiCompress()
152 SHELL_FREE_NON_NULL(InFileName); in ShellCommandRunEfiCompress()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEfiDecompress.c38 CHAR16 *InFileName; in ShellCommandRunEfiDecompress() local
46 InFileName = NULL; in ShellCommandRunEfiDecompress()
90 InFileName = ShellFindFilePath(TempParam); in ShellCommandRunEfiDecompress()
92 if (InFileName == NULL) { in ShellCommandRunEfiDecompress()
96 if (ShellIsDirectory(InFileName) == EFI_SUCCESS){ in ShellCommandRunEfiDecompress()
97 …1, -1, NULL, STRING_TOKEN (STR_FILE_NOT_DIR), gShellDebug1HiiHandle, L"efidecompress", InFileName); in ShellCommandRunEfiDecompress()
105 Status = ShellOpenFileByName(InFileName, &InFileHandle, EFI_FILE_MODE_READ, 0); in ShellCommandRunEfiDecompress()
131 …rintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_EFI_DECOMPRESS_NOPE), gShellDebug1HiiHandle, InFileName); in ShellCommandRunEfiDecompress()
174 SHELL_FREE_NON_NULL(InFileName); in ShellCommandRunEfiDecompress()
H A DEfiCompress.c38 CHAR16 *InFileName; in ShellCommandRunEfiCompress() local
42 InFileName = NULL; in ShellCommandRunEfiCompress()
83 InFileName = ShellFindFilePath(TempParam); in ShellCommandRunEfiCompress()
85 if (InFileName == NULL) { in ShellCommandRunEfiCompress()
89 if (ShellIsDirectory(InFileName) == EFI_SUCCESS){ in ShellCommandRunEfiCompress()
90 …(-1, -1, NULL, STRING_TOKEN (STR_FILE_NOT_DIR), gShellDebug1HiiHandle, L"eficompress", InFileName); in ShellCommandRunEfiCompress()
98 Status = ShellOpenFileByName(InFileName, &InShellFileHandle, EFI_FILE_MODE_READ, 0); in ShellCommandRunEfiCompress()
153 SHELL_FREE_NON_NULL(InFileName); in ShellCommandRunEfiCompress()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEfiDecompress.c38 CHAR16 *InFileName; in ShellCommandRunEfiDecompress() local
46 InFileName = NULL; in ShellCommandRunEfiDecompress()
90 InFileName = ShellFindFilePath(TempParam); in ShellCommandRunEfiDecompress()
92 if (InFileName == NULL) { in ShellCommandRunEfiDecompress()
96 if (ShellIsDirectory(InFileName) == EFI_SUCCESS){ in ShellCommandRunEfiDecompress()
97 …1, -1, NULL, STRING_TOKEN (STR_FILE_NOT_DIR), gShellDebug1HiiHandle, L"efidecompress", InFileName); in ShellCommandRunEfiDecompress()
105 Status = ShellOpenFileByName(InFileName, &InFileHandle, EFI_FILE_MODE_READ, 0); in ShellCommandRunEfiDecompress()
131 …rintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_EFI_DECOMPRESS_NOPE), gShellDebug1HiiHandle, InFileName); in ShellCommandRunEfiDecompress()
174 SHELL_FREE_NON_NULL(InFileName); in ShellCommandRunEfiDecompress()
H A DEfiCompress.c38 CHAR16 *InFileName; in ShellCommandRunEfiCompress() local
42 InFileName = NULL; in ShellCommandRunEfiCompress()
83 InFileName = ShellFindFilePath(TempParam); in ShellCommandRunEfiCompress()
85 if (InFileName == NULL) { in ShellCommandRunEfiCompress()
89 if (ShellIsDirectory(InFileName) == EFI_SUCCESS){ in ShellCommandRunEfiCompress()
90 …(-1, -1, NULL, STRING_TOKEN (STR_FILE_NOT_DIR), gShellDebug1HiiHandle, L"eficompress", InFileName); in ShellCommandRunEfiCompress()
98 Status = ShellOpenFileByName(InFileName, &InShellFileHandle, EFI_FILE_MODE_READ, 0); in ShellCommandRunEfiCompress()
153 SHELL_FREE_NON_NULL(InFileName); in ShellCommandRunEfiCompress()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEfiDecompress.c38 CHAR16 *InFileName; in ShellCommandRunEfiDecompress() local
46 InFileName = NULL; in ShellCommandRunEfiDecompress()
90 InFileName = ShellFindFilePath(TempParam); in ShellCommandRunEfiDecompress()
92 if (InFileName == NULL) { in ShellCommandRunEfiDecompress()
96 if (ShellIsDirectory(InFileName) == EFI_SUCCESS){ in ShellCommandRunEfiDecompress()
97 …1, -1, NULL, STRING_TOKEN (STR_FILE_NOT_DIR), gShellDebug1HiiHandle, L"efidecompress", InFileName); in ShellCommandRunEfiDecompress()
105 Status = ShellOpenFileByName(InFileName, &InFileHandle, EFI_FILE_MODE_READ, 0); in ShellCommandRunEfiDecompress()
131 …rintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_EFI_DECOMPRESS_NOPE), gShellDebug1HiiHandle, InFileName); in ShellCommandRunEfiDecompress()
174 SHELL_FREE_NON_NULL(InFileName); in ShellCommandRunEfiDecompress()
H A DEfiCompress.c38 CHAR16 *InFileName; in ShellCommandRunEfiCompress() local
42 InFileName = NULL; in ShellCommandRunEfiCompress()
83 InFileName = ShellFindFilePath(TempParam); in ShellCommandRunEfiCompress()
85 if (InFileName == NULL) { in ShellCommandRunEfiCompress()
89 if (ShellIsDirectory(InFileName) == EFI_SUCCESS){ in ShellCommandRunEfiCompress()
90 …(-1, -1, NULL, STRING_TOKEN (STR_FILE_NOT_DIR), gShellDebug1HiiHandle, L"eficompress", InFileName); in ShellCommandRunEfiCompress()
98 Status = ShellOpenFileByName(InFileName, &InShellFileHandle, EFI_FILE_MODE_READ, 0); in ShellCommandRunEfiCompress()
153 SHELL_FREE_NON_NULL(InFileName); in ShellCommandRunEfiCompress()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEfiDecompress.c38 CHAR16 *InFileName; in ShellCommandRunEfiDecompress() local
46 InFileName = NULL; in ShellCommandRunEfiDecompress()
90 InFileName = ShellFindFilePath(TempParam); in ShellCommandRunEfiDecompress()
92 if (InFileName == NULL) { in ShellCommandRunEfiDecompress()
96 if (ShellIsDirectory(InFileName) == EFI_SUCCESS){ in ShellCommandRunEfiDecompress()
97 …1, -1, NULL, STRING_TOKEN (STR_FILE_NOT_DIR), gShellDebug1HiiHandle, L"efidecompress", InFileName); in ShellCommandRunEfiDecompress()
105 Status = ShellOpenFileByName(InFileName, &InFileHandle, EFI_FILE_MODE_READ, 0); in ShellCommandRunEfiDecompress()
131 …rintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_EFI_DECOMPRESS_NOPE), gShellDebug1HiiHandle, InFileName); in ShellCommandRunEfiDecompress()
174 SHELL_FREE_NON_NULL(InFileName); in ShellCommandRunEfiDecompress()
H A DEfiCompress.c38 CHAR16 *InFileName; in ShellCommandRunEfiCompress() local
42 InFileName = NULL; in ShellCommandRunEfiCompress()
83 InFileName = ShellFindFilePath(TempParam); in ShellCommandRunEfiCompress()
85 if (InFileName == NULL) { in ShellCommandRunEfiCompress()
89 if (ShellIsDirectory(InFileName) == EFI_SUCCESS){ in ShellCommandRunEfiCompress()
90 …(-1, -1, NULL, STRING_TOKEN (STR_FILE_NOT_DIR), gShellDebug1HiiHandle, L"eficompress", InFileName); in ShellCommandRunEfiCompress()
98 Status = ShellOpenFileByName(InFileName, &InShellFileHandle, EFI_FILE_MODE_READ, 0); in ShellCommandRunEfiCompress()
153 SHELL_FREE_NON_NULL(InFileName); in ShellCommandRunEfiCompress()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEfiDecompress.c38 CHAR16 *InFileName; in ShellCommandRunEfiDecompress() local
46 InFileName = NULL; in ShellCommandRunEfiDecompress()
90 InFileName = ShellFindFilePath(TempParam); in ShellCommandRunEfiDecompress()
92 if (InFileName == NULL) { in ShellCommandRunEfiDecompress()
96 if (ShellIsDirectory(InFileName) == EFI_SUCCESS){ in ShellCommandRunEfiDecompress()
97 …1, -1, NULL, STRING_TOKEN (STR_FILE_NOT_DIR), gShellDebug1HiiHandle, L"efidecompress", InFileName); in ShellCommandRunEfiDecompress()
105 Status = ShellOpenFileByName(InFileName, &InFileHandle, EFI_FILE_MODE_READ, 0); in ShellCommandRunEfiDecompress()
131 …rintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_EFI_DECOMPRESS_NOPE), gShellDebug1HiiHandle, InFileName); in ShellCommandRunEfiDecompress()
174 SHELL_FREE_NON_NULL(InFileName); in ShellCommandRunEfiDecompress()
H A DEfiCompress.c38 CHAR16 *InFileName; in ShellCommandRunEfiCompress() local
42 InFileName = NULL; in ShellCommandRunEfiCompress()
83 InFileName = ShellFindFilePath(TempParam); in ShellCommandRunEfiCompress()
85 if (InFileName == NULL) { in ShellCommandRunEfiCompress()
89 if (ShellIsDirectory(InFileName) == EFI_SUCCESS){ in ShellCommandRunEfiCompress()
90 …(-1, -1, NULL, STRING_TOKEN (STR_FILE_NOT_DIR), gShellDebug1HiiHandle, L"eficompress", InFileName); in ShellCommandRunEfiCompress()
98 Status = ShellOpenFileByName(InFileName, &InShellFileHandle, EFI_FILE_MODE_READ, 0); in ShellCommandRunEfiCompress()
153 SHELL_FREE_NON_NULL(InFileName); in ShellCommandRunEfiCompress()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEfiDecompress.c38 CHAR16 *InFileName; in ShellCommandRunEfiDecompress() local
46 InFileName = NULL; in ShellCommandRunEfiDecompress()
90 InFileName = ShellFindFilePath(TempParam); in ShellCommandRunEfiDecompress()
92 if (InFileName == NULL) { in ShellCommandRunEfiDecompress()
96 if (ShellIsDirectory(InFileName) == EFI_SUCCESS){ in ShellCommandRunEfiDecompress()
97 …1, -1, NULL, STRING_TOKEN (STR_FILE_NOT_DIR), gShellDebug1HiiHandle, L"efidecompress", InFileName); in ShellCommandRunEfiDecompress()
105 Status = ShellOpenFileByName(InFileName, &InFileHandle, EFI_FILE_MODE_READ, 0); in ShellCommandRunEfiDecompress()
131 …rintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_EFI_DECOMPRESS_NOPE), gShellDebug1HiiHandle, InFileName); in ShellCommandRunEfiDecompress()
174 SHELL_FREE_NON_NULL(InFileName); in ShellCommandRunEfiDecompress()
H A DEfiCompress.c38 CHAR16 *InFileName; in ShellCommandRunEfiCompress() local
42 InFileName = NULL; in ShellCommandRunEfiCompress()
83 InFileName = ShellFindFilePath(TempParam); in ShellCommandRunEfiCompress()
85 if (InFileName == NULL) { in ShellCommandRunEfiCompress()
89 if (ShellIsDirectory(InFileName) == EFI_SUCCESS){ in ShellCommandRunEfiCompress()
90 …(-1, -1, NULL, STRING_TOKEN (STR_FILE_NOT_DIR), gShellDebug1HiiHandle, L"eficompress", InFileName); in ShellCommandRunEfiCompress()
98 Status = ShellOpenFileByName(InFileName, &InShellFileHandle, EFI_FILE_MODE_READ, 0); in ShellCommandRunEfiCompress()
153 SHELL_FREE_NON_NULL(InFileName); in ShellCommandRunEfiCompress()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEfiDecompress.c38 CHAR16 *InFileName; in ShellCommandRunEfiDecompress() local
46 InFileName = NULL; in ShellCommandRunEfiDecompress()
90 InFileName = ShellFindFilePath(TempParam); in ShellCommandRunEfiDecompress()
92 if (InFileName == NULL) { in ShellCommandRunEfiDecompress()
96 if (ShellIsDirectory(InFileName) == EFI_SUCCESS){ in ShellCommandRunEfiDecompress()
97 …1, -1, NULL, STRING_TOKEN (STR_FILE_NOT_DIR), gShellDebug1HiiHandle, L"efidecompress", InFileName); in ShellCommandRunEfiDecompress()
105 Status = ShellOpenFileByName(InFileName, &InFileHandle, EFI_FILE_MODE_READ, 0); in ShellCommandRunEfiDecompress()
131 …rintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_EFI_DECOMPRESS_NOPE), gShellDebug1HiiHandle, InFileName); in ShellCommandRunEfiDecompress()
174 SHELL_FREE_NON_NULL(InFileName); in ShellCommandRunEfiDecompress()
H A DEfiCompress.c38 CHAR16 *InFileName; in ShellCommandRunEfiCompress() local
42 InFileName = NULL; in ShellCommandRunEfiCompress()
83 InFileName = ShellFindFilePath(TempParam); in ShellCommandRunEfiCompress()
85 if (InFileName == NULL) { in ShellCommandRunEfiCompress()
89 if (ShellIsDirectory(InFileName) == EFI_SUCCESS){ in ShellCommandRunEfiCompress()
90 …(-1, -1, NULL, STRING_TOKEN (STR_FILE_NOT_DIR), gShellDebug1HiiHandle, L"eficompress", InFileName); in ShellCommandRunEfiCompress()
98 Status = ShellOpenFileByName(InFileName, &InShellFileHandle, EFI_FILE_MODE_READ, 0); in ShellCommandRunEfiCompress()
153 SHELL_FREE_NON_NULL(InFileName); in ShellCommandRunEfiCompress()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEfiDecompress.c38 CHAR16 *InFileName; in ShellCommandRunEfiDecompress() local
46 InFileName = NULL; in ShellCommandRunEfiDecompress()
90 InFileName = ShellFindFilePath(TempParam); in ShellCommandRunEfiDecompress()
92 if (InFileName == NULL) { in ShellCommandRunEfiDecompress()
96 if (ShellIsDirectory(InFileName) == EFI_SUCCESS){ in ShellCommandRunEfiDecompress()
97 …1, -1, NULL, STRING_TOKEN (STR_FILE_NOT_DIR), gShellDebug1HiiHandle, L"efidecompress", InFileName); in ShellCommandRunEfiDecompress()
105 Status = ShellOpenFileByName(InFileName, &InFileHandle, EFI_FILE_MODE_READ, 0); in ShellCommandRunEfiDecompress()
131 …rintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_EFI_DECOMPRESS_NOPE), gShellDebug1HiiHandle, InFileName); in ShellCommandRunEfiDecompress()
174 SHELL_FREE_NON_NULL(InFileName); in ShellCommandRunEfiDecompress()
H A DEfiCompress.c38 CHAR16 *InFileName; in ShellCommandRunEfiCompress() local
42 InFileName = NULL; in ShellCommandRunEfiCompress()
83 InFileName = ShellFindFilePath(TempParam); in ShellCommandRunEfiCompress()
85 if (InFileName == NULL) { in ShellCommandRunEfiCompress()
89 if (ShellIsDirectory(InFileName) == EFI_SUCCESS){ in ShellCommandRunEfiCompress()
90 …(-1, -1, NULL, STRING_TOKEN (STR_FILE_NOT_DIR), gShellDebug1HiiHandle, L"eficompress", InFileName); in ShellCommandRunEfiCompress()
98 Status = ShellOpenFileByName(InFileName, &InShellFileHandle, EFI_FILE_MODE_READ, 0); in ShellCommandRunEfiCompress()
153 SHELL_FREE_NON_NULL(InFileName); in ShellCommandRunEfiCompress()
/dports/sysutils/edk2/edk2-edk2-stable202102/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEfiDecompress.c38 CHAR16 *InFileName; in ShellCommandRunEfiDecompress() local
46 InFileName = NULL; in ShellCommandRunEfiDecompress()
90 InFileName = ShellFindFilePath(TempParam); in ShellCommandRunEfiDecompress()
92 if (InFileName == NULL) { in ShellCommandRunEfiDecompress()
96 if (ShellIsDirectory(InFileName) == EFI_SUCCESS){ in ShellCommandRunEfiDecompress()
97 …1, -1, NULL, STRING_TOKEN (STR_FILE_NOT_DIR), gShellDebug1HiiHandle, L"efidecompress", InFileName); in ShellCommandRunEfiDecompress()
105 Status = ShellOpenFileByName(InFileName, &InFileHandle, EFI_FILE_MODE_READ, 0); in ShellCommandRunEfiDecompress()
131 …rintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_EFI_DECOMPRESS_NOPE), gShellDebug1HiiHandle, InFileName); in ShellCommandRunEfiDecompress()
174 SHELL_FREE_NON_NULL(InFileName); in ShellCommandRunEfiDecompress()
H A DEfiCompress.c38 CHAR16 *InFileName; in ShellCommandRunEfiCompress() local
42 InFileName = NULL; in ShellCommandRunEfiCompress()
83 InFileName = ShellFindFilePath(TempParam); in ShellCommandRunEfiCompress()
85 if (InFileName == NULL) { in ShellCommandRunEfiCompress()
89 if (ShellIsDirectory(InFileName) == EFI_SUCCESS){ in ShellCommandRunEfiCompress()
90 …(-1, -1, NULL, STRING_TOKEN (STR_FILE_NOT_DIR), gShellDebug1HiiHandle, L"eficompress", InFileName); in ShellCommandRunEfiCompress()
98 Status = ShellOpenFileByName(InFileName, &InShellFileHandle, EFI_FILE_MODE_READ, 0); in ShellCommandRunEfiCompress()
153 SHELL_FREE_NON_NULL(InFileName); in ShellCommandRunEfiCompress()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
H A DVfrCompiler.cpp452 INT8 *InFileName = NULL; in Compile() local
458InFileName = (mOptions.SkipCPreprocessor == TRUE) ? mOptions.VfrFileName : mOptions.PreprocessorOu… in Compile()
460 gCVfrErrorHandle.SetInputFile (InFileName); in Compile()
462 if ((pInFile = fopen (InFileName, "r")) == NULL) { in Compile()
463 printf ("%s failed to open input file - %s\n", UTILITY_NAME, InFileName); in Compile()
575 INT8 *InFileName = NULL; in GenRecordListFile() local
581InFileName = (mOptions.SkipCPreprocessor == TRUE) ? mOptions.VfrFileName : mOptions.PreprocessorOu… in GenRecordListFile()
584 if ((InFileName[0] == '\0') || (mOptions.RecordListFile[0] == '\0')) { in GenRecordListFile()
588 if ((pInFile = fopen (InFileName, "r")) == NULL) { in GenRecordListFile()
589 … printf ("%s failed to open input VFR preprocessor output file - %s\n", UTILITY_NAME, InFileName); in GenRecordListFile()
/dports/math/vtk8/VTK-8.2.0/IO/ParallelXdmf3/Testing/Cxx/
H A DTestXdmf3Parallel.cxx46 this->InFileName = ifname; in SetArgs()
56 this->Reader->SetFileName(this->InFileName.c_str()); in CreatePipeline()
60 cerr << "IFILE " << this->InFileName << endl; in CreatePipeline()
74 std::string InFileName; member in MyProcess
/dports/math/vtk9/VTK-9.1.0/IO/ParallelXdmf3/Testing/Cxx/
H A DTestXdmf3Parallel.cxx45 this->InFileName = ifname; in SetArgs()
55 this->Reader->SetFileName(this->InFileName.c_str()); in CreatePipeline()
59 cerr << "IFILE " << this->InFileName << endl; in CreatePipeline()
77 std::string InFileName; member in MyProcess

1234