Home
last modified time | relevance | path

Searched refs:WriteLineRaw (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13-1/system/src/tool/cafex/
DTools.cs1564 internal static void WriteLineRaw(string message) in WriteLineRaw() method in CafeX.Log
1574 internal static void WriteLineRaw(string format, object arg0) in WriteLineRaw() method in CafeX.Log
1576 WriteLineRaw(string.Format(format, arg0)); in WriteLineRaw()
1579 internal static void WriteLineRaw(string format, object arg0, object arg1) in WriteLineRaw() method in CafeX.Log
1581 WriteLineRaw(string.Format(format, arg0, arg1)); in WriteLineRaw()
1584 internal static void WriteLineRaw(string format, object arg0, object arg1, object arg2) in WriteLineRaw() method in CafeX.Log
1586 WriteLineRaw(string.Format(format, arg0, arg1, arg2)); in WriteLineRaw()
DExecutableClasses.cs840 Log.WriteLineRaw("cafex: Got successful title fast launch message."); in launch_retry_thread()
849 …Log.WriteLineRaw(string.Format("cafex: Got system busy message after fast launch, waiting {0}mS an… in launch_retry_thread()
865 …Log.WriteLineRaw(string.Format("cafex: Fastlaunch timeout of {0}mS exceeded waiting for title to s… in launch_retry_thread()
872 …Log.WriteLineRaw(string .Format("cafex: Unable to fastlaunch title after {0} attempts, exiting.", … in launch_retry_thread()
923 …Log.WriteLineRaw(string.Format("cafex: sending '{0}' to the devkit using port {1}...", message.Tri… in launch()
1033 …Log.WriteLineRaw(string.Format("cafex: sending '{0}' to the devkit using port {1}...", message.Tri… in SendCOSCommandAndRecvReply()
1138 …Log.WriteLineRaw(string.Format("cafex: sending '{0}' to the devkit using port {1}...", message.Tri… in SendCOSCommandAndRecvReply()
DCharacter stream dumper.cs1438 CafeX.Log.WriteLineRaw("Line: " + thing); in consume_raw_bytes()