Lines Matching refs:Problem
41 void Problem(const char* format, ...) { in Problem() function
53 Problem("Can't read %s file.", kind); in ReadOrFail()
57 Problem("Can't read %s file.", kind); in ReadOrFail()
68 Problem("Can't write output."); in WriteSinkToFile()
70 Problem("Incomplete write."); in WriteSinkToFile()
83 Problem("Can't parse input."); in Disassemble()
91 Problem("Can't encode program."); in Disassemble()
98 Problem("Can't serialize encoded program."); in Disassemble()
104 Problem("Can't combine serialized encoded program streams."); in Disassemble()
166 Problem("Can't parse program input."); in DisassembleAndAdjust()
174 Problem("Can't parse model input."); in DisassembleAndAdjust()
178 Problem("Can't adjust program."); in DisassembleAndAdjust()
186 Problem("Can't encode program."); in DisassembleAndAdjust()
193 Problem("Can't serialize encoded program."); in DisassembleAndAdjust()
199 Problem("Can't combine serialized encoded program streams."); in DisassembleAndAdjust()
222 Problem("Can't parse model input."); in DisassembleAdjustDiff()
230 Problem("Can't parse program input."); in DisassembleAdjustDiff()
235 Problem("Can't adjust program."); in DisassembleAdjustDiff()
243 Problem("Can't encode program."); in DisassembleAdjustDiff()
249 Problem("Can't encode model."); in DisassembleAdjustDiff()
255 Problem("Can't serialize encoded program."); in DisassembleAdjustDiff()
262 Problem("Can't serialize encoded model."); in DisassembleAdjustDiff()
279 if (status != courgette::OK) Problem("-xxx failed."); in DisassembleAdjustDiff()
294 Problem("Bad input file."); in Assemble()
299 Problem("Bad encoded program."); in Assemble()
305 Problem("Can't assemble."); in Assemble()
325 if (status != courgette::C_OK) Problem("-gen failed."); in GenerateEnsemblePatch()
348 Problem("Not a courgette patch"); in ApplyEnsemblePatch()
352 Problem("Wrong version patch"); in ApplyEnsemblePatch()
356 Problem("Corrupt patch"); in ApplyEnsemblePatch()
360 Problem("Disassembly failed (could be because of memory issues)"); in ApplyEnsemblePatch()
364 Problem("Stream error (likely out of memory or disk space)"); in ApplyEnsemblePatch()
380 Problem("Can't open output"); in ApplyEnsemblePatch()
382 Problem("Can't write output"); in ApplyEnsemblePatch()
384 Problem("-apply failed."); in ApplyEnsemblePatch()
402 if (status != courgette::OK) Problem("-genbsdiff failed."); in GenerateBSDiffPatch()
422 if (status != courgette::OK) Problem("-applybsdiff failed."); in ApplyBSDiffPatch()