HomeSort by relevance Sort by last modified time
    Searched defs:OutputFileName (Results 1 - 14 of 14) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenCrc32/
GenCrc32.c 129 CHAR8 *OutputFileName;
145 OutputFileName = NULL;
182 OutputFileName = argv[1];
269 if (OutputFileName == NULL) {
273 VerboseMsg ("Output file name is %s", OutputFileName);
303 OutFile = fopen (LongFilePath (OutputFileName), "wb");
305 Error (NULL, 0, 0001, "Error opening file", OutputFileName);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenAprioriFile/
GenAprioriFile.c 50 INT8 *OutputFileName;
139 if ((BinFptr = fopen (mGlobals.OutputFileName, "rb")) == NULL) {
235 if ((BinFptr = fopen (mGlobals.OutputFileName, "wb")) == NULL) {
236 Error (NULL, 0, 0, mGlobals.OutputFileName, "could not open input file");
259 Error (NULL, 0, 0, mGlobals.OutputFileName, "failed to write GUID to output file");
269 Error (NULL, 0, 0, mGlobals.OutputFileName, "failed to write NULL termination GUID to output file");
387 // -o OutputFileName
391 mGlobals.OutputFileName = Argv[1];
421 if (mGlobals.OutputFileName == NULL) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenCRC32Section/
GenCRC32Section.c 230 CHAR8 *OutputFileName;
237 OutputFileName = NULL;
274 OutputFileName = argv[Index + 1];
278 OutputFile = fopen (OutputFileName, "wb");
280 Error (NULL, 0, 0, OutputFileName, "failed to open output binary file");
  /external/clang/unittests/AST/
ASTImporterTest.cpp 58 const char *const OutputFileName = "output.cc";
63 ToAST = tooling::buildASTFromCodeWithArgs(ToCode, ToArgs, OutputFileName);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/EfiLdrImage/
EfiLdrImage.c 173 CHAR8* OutputFileName = NULL;
203 OutputFileName = argv[1];
204 if (OutputFileName == NULL) {
260 if (OutputFileName == NULL) {
265 fpOut = fopen (LongFilePath (OutputFileName), "w+b");
267 Error (NULL, 0, 0001, "Could not open output file", OutputFileName);
316 printf ("Created %s\n", OutputFileName);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFfs/
GenFfs.c 478 CHAR8 *OutputFileName;
501 OutputFileName = NULL;
558 OutputFileName = argv[1];
763 VerboseMsg ("Output file name is %s", OutputFileName);
923 if (OutputFileName != NULL) {
924 remove(OutputFileName);
925 FfsFile = fopen (LongFilePath (OutputFileName), "wb");
927 Error (NULL, 0, 0001, "Error opening file", OutputFileName);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenSection/
GenSection.c 708 char *OutputFileName;
721 OutputFileName = PARAMETER_NOT_SPECIFIED;
796 OutputFileName = argv[Index];
922 OutFile = fopen (OutputFileName, "wb");
924 Error (NULL, 0, 0, OutputFileName, "failed to open output file for writing");
1012 remove (OutputFileName);
  /external/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 47 const std::string OutputFileName;
140 const std::string &OutputFileName,
144 OutputFileName(OutputFileName), Ctx(nullptr),
174 DI->setPCHDescriptor({ModuleName, "", OutputFileName, ~1ULL});
310 const std::string &OutputFileName, llvm::raw_pwrite_stream *OS,
313 OutputFileName, OS, Buffer);
  /external/clang/lib/Frontend/
FrontendActions.cpp 598 StringRef OutputFileName = getCompilerInstance().getFrontendOpts().OutputFile;
599 if (!OutputFileName.empty() && OutputFileName != "-") {
601 OutFile.reset(new llvm::raw_fd_ostream(OutputFileName.str(), EC,
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenSec/
GenSec.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/
HiiPack.c 85 CHAR8 OutputFileName[MAX_PATH]; // Output dump file
113 char *OutputFileName
208 char *OutputFileName,
228 char *OutputFileName,
275 fprintf (stdout, "Dumping HII export file %s => %s\n", mGlobals.HiiExportFileNames, mGlobals.OutputFileName);
278 DumpHiiExportFile (mGlobals.HiiExportFileNames->FileName, mGlobals.OutputFileName);
280 CreateHiiExport (mGlobals.OutputFileName, &mGlobals.Guid, mGlobals.PackFileNames, mGlobals.MfgFlag);
282 MergeHiiExports (mGlobals.HiiExportFileNames, mGlobals.OutputFileName, mGlobals.MfgFlag, mGlobals.NoEmptyVarPacks);
299 char *OutputFileName,
314 OutputFileName - name of output (merged) HII export file
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/
GenFfsFile.c 895 CHAR8 *OutputFileName;
915 OutputFileName = NULL;
1018 OutputFileName = (CHAR8 *) malloc (_MAX_PATH);
1019 if (OutputFileName == NULL) {
1023 ZeroMem (OutputFileName, sizeof (_MAX_PATH));
1025 strcpy (OutputFileName, Buffer);
1079 *PtrOutputFileName = OutputFileName;
1130 CHAR8 *OutputFileName;
1143 OutputFileName = NULL;
1260 &OutputFileName,
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
TianoCompress.c     [all...]
  /external/clang/lib/Driver/
Driver.cpp     [all...]

Completed in 390 milliseconds