Lines Matching refs:DebugError

28 CVfrCompiler::DebugError (  in DebugError()  function in CVfrCompiler
109 DebugError (NULL, 0, 1001, "Missing option", "-i missing path argument"); in OptionInitialization()
117 DebugError (NULL, 0, 1001, "Missing option", "-o missing output directory name"); in OptionInitialization()
138 DebugError (NULL, 0, 1001, "Missing option", "-od - missing C-preprocessor argument"); in OptionInitialization()
148 DebugError (NULL, 0, 1001, "Missing option", "-s missing input string file name"); in OptionInitialization()
157 DebugError (NULL, 0, 1000, "Invalid format:", "%s", Argv[Index]); in OptionInitialization()
164 DebugError (NULL, 0, 1000, "Unknown option", "unrecognized option %s", Argv[Index]); in OptionInitialization()
170 DebugError (NULL, 0, 1001, "Missing option", "VFR file name is not specified."); in OptionInitialization()
229 DebugError (NULL, 0, 4001, "Resource: memory can't be allocated", NULL); in AppendIncludePath()
258 DebugError (NULL, 0, 4001, "Resource: memory can't be allocated", NULL); in AppendCPreprocessorOptions()
480 DebugError (NULL, 0, 0001, "Error opening the input VFR file", mOptions.VfrFileName); in PreProcess()
496 DebugError (NULL, 0, 4001, "Resource: memory can't be allocated", NULL); in PreProcess()
511DebugError (NULL, 0, 0003, "Error parsing file", "failed to spawn C preprocessor on VFR file %s\n"… in PreProcess()
549 DebugError (NULL, 0, 0001, "Error opening the input file", InFileName); in Compile()
576 DebugError (NULL, 0, 0003, "Error parsing", "compile error in file %s", InFileName); in Compile()
599 DebugError (NULL, 0, 1001, "Error parsing vfr file", "Can find the offset in the record."); in UpdateInfoForDynamicOpcode()
614DebugError (NULL, 0, 0001, "Error parsing vfr file", " 0x%X. offset not allocated.", pRecord->mOff… in UpdateInfoForDynamicOpcode()
649DebugError (NULL, 0, 0001, "Error parsing vfr file", " %s. FormBinary Size 0x%X is not same to Rec… in AdjustBin()
657DebugError (NULL, 0, 0001, "Error parsing vfr file", " %s. the 0x%X byte is different between Form… in AdjustBin()
663DebugError (NULL, 0, 0001, "Error parsing vfr file", " %s.Buffer not allocated.", mOptions.VfrFile… in AdjustBin()
703 DebugError (NULL, 0, 0001, "Error opening file", mOptions.PkgOutputFileName); in GenBinary()
746 DebugError (NULL, 0, 0001, "Error opening output C file", mOptions.COutputFileName); in GenCFile()
793DebugError (NULL, 0, 0001, "Error opening the input VFR preprocessor output file", InFileName); in GenRecordListFile()
798 DebugError (NULL, 0, 0001, "Error opening the record list file", mOptions.RecordListFile); in GenRecordListFile()