Searched defs:streamout (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/python/src/
H A DErrorUtils.cpp75 nsCAutoString streamout; local
78 if (PyXPCOM_FormatCurrentException(streamout))
79 _PanicErrorWrite(streamout.get());
161 PRBool PyXPCOM_FormatCurrentException(nsCString &streamout) argument
168 ok = PyXPCOM_FormatGivenException(streamout, exc_typ, exc_val,
175 PRBool PyXPCOM_FormatGivenException(nsCString &streamout, argument
181 streamout += "\n";
186 streamout += "Can't get the traceback info!";
188 streamout += "Traceback (most recent call last):\n";
189 streamout
[all...]
/vbox/src/libs/xpcom18a4/python/src/loader/
H A Dpyloader.cpp292 nsCAutoString streamout; local
297 streamout += "Can't get the traceback info!";
299 streamout += "Traceback (most recent call last):\n";
300 streamout += szTraceback;
306 streamout += PyString_AsString(temp);
309 streamout += "Can convert exception to a string!";
310 streamout += ": ";
314 streamout += PyString_AsString(temp);
317 streamout += "Can convert exception value to a string!";
319 streamout
[all...]

Completed in 78 milliseconds