Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/tool/cafex/
DTools.cs1332 internal static void WriteLineRaw(string message) in WriteLineRaw() method in CafeX.Log
1342 internal static void WriteLineRaw(string format, object arg0) in WriteLineRaw() method in CafeX.Log
1344 WriteLineRaw(string.Format(format, arg0)); in WriteLineRaw()
1347 internal static void WriteLineRaw(string format, object arg0, object arg1) in WriteLineRaw() method in CafeX.Log
1349 WriteLineRaw(string.Format(format, arg0, arg1)); in WriteLineRaw()
1352 internal static void WriteLineRaw(string format, object arg0, object arg1, object arg2) in WriteLineRaw() method in CafeX.Log
1354 WriteLineRaw(string.Format(format, arg0, arg1, arg2)); in WriteLineRaw()
DExecutableClasses.cs818 Log.WriteLineRaw("cafex: Got successful title fast launch message."); in launch_retry_thread()
827 …Log.WriteLineRaw(string.Format("cafex: Got system busy message after fast launch, waiting {0}mS an… in launch_retry_thread()
843 …Log.WriteLineRaw(string.Format("cafex: Fastlaunch timeout of {0}mS exceeded waiting for title to s… in launch_retry_thread()
850 …Log.WriteLineRaw(string .Format("cafex: Unable to fastlaunch title after {0} attempts, exiting.", … in launch_retry_thread()
901 …Log.WriteLineRaw(string.Format("cafex: sending '{0}' to the devkit using port {1}...", message.Tri… in launch()
1011 …Log.WriteLineRaw(string.Format("cafex: sending '{0}' to the devkit using port {1}...", message.Tri… in SendCOSCommandAndRecvReply()
1116 …Log.WriteLineRaw(string.Format("cafex: sending '{0}' to the devkit using port {1}...", message.Tri… in SendCOSCommandAndRecvReply()
DCharacter stream dumper.cs1387 CafeX.Log.WriteLineRaw("Line: " + thing); in consume_raw_bytes()