Searched refs:InFileName (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEfiCompress.c43 CHAR16 *InFileName; local
47 InFileName = NULL;
88 InFileName = ShellFindFilePath(TempParam);
90 if (InFileName == NULL) {
94 if (ShellIsDirectory(InFileName) == EFI_SUCCESS){
95 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_FILE_NOT_DIR), gShellDebug1HiiHandle, InFileName);
103 Status = ShellOpenFileByName(InFileName, &InShellFileHandle, EFI_FILE_MODE_READ, 0);
152 SHELL_FREE_NON_NULL(InFileName);
H A DEfiDecompress.c43 CHAR16 *InFileName; local
51 InFileName = NULL;
93 InFileName = ShellFindFilePath(TempParam);
95 if (InFileName == NULL) {
99 if (ShellIsDirectory(InFileName) == EFI_SUCCESS){
100 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_FILE_NOT_DIR), gShellDebug1HiiHandle, InFileName);
108 Status = ShellOpenFileByName(InFileName, &InFileHandle, EFI_FILE_MODE_READ, 0);
169 SHELL_FREE_NON_NULL(InFileName);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrCompiler.cpp509 CHAR8 *InFileName = NULL; local
516 InFileName = (mOptions.SkipCPreprocessor == TRUE) ? mOptions.VfrFileName : mOptions.PreprocessorOutputFileName;
518 gCVfrErrorHandle.SetInputFile (InFileName);
520 if ((pInFile = fopen (InFileName, "r")) == NULL) {
521 DebugError (NULL, 0, 0001, "Error opening the input file", InFileName);
548 DebugError (NULL, 0, 0003, "Error parsing", "compile error in file %s", InFileName);
708 CHAR8 *InFileName = NULL; local
714 InFileName = (mOptions.SkipCPreprocessor == TRUE) ? mOptions.VfrFileName : mOptions.PreprocessorOutputFileName;
717 if ((InFileName[0] == '\0') || (mOptions.RecordListFile[0] == '\0')) {
721 if ((pInFile = fopen (InFileName, "
[all...]

Completed in 45 milliseconds