Lines Matching refs:WriteLine
230 Log.WriteLine("CleanEmptArguments started."); in CleanupArguments()
394 …Console.WriteLine("cafex : unable to set {0} encoding to {1}. Reverting to default {2}.", target.T… in SetEncoding()
405 Console.WriteLine("\ncafex: terminated"); in ConsoleCtrlCheck()
412 …Console.WriteLine("-------------------------- CAFEX NEW INSTANCE ---------------------------------… in Main()
413 Console.WriteLine("Main started. Command line = " + Environment.CommandLine); in Main()
427 … Log.WriteLine("-------------------------- CAFEX NEW INSTANCE ----------------------------------"); in Main()
428 Log.WriteLine("Main started. Command line = " + Environment.CommandLine); in Main()
433 Console.WriteLine("CafeX: Profiling is enabled!"); in Main()
496 Console.WriteLine("Invalid file name!\n"); in Main()
510 Console.WriteLine(PERMISSION_ERROR_TEXT); in Main()
516 Console.WriteLine(PERMISSION_ERROR_TEXT); in Main()
650 …Console.WriteLine("cafex : input is redirected. Using legacy keyboard input and not changing encod… in Main()
657 … Console.WriteLine("cafex input/keyboard encoding code page: {0}", Console.InputEncoding.CodePage); in Main()
658 …Console.WriteLine("cafex output/screen encoding code page: {0}", Console.OutputEncoding.CodePage); in Main()
665 …Console.WriteLine("cafe output/stream encoding code page: {0}", Program.cafeOutEncoding.CodePage… in Main()
679 Console.WriteLine("cafex : Bad command."); in Main()
707 Console.WriteLine("CafeX error log was saved as '{0}'", errorFile); in Main()
711 Console.WriteLine("Unable to write the file '{0}'", errorFile); in Main()
712 Console.WriteLine("Writing log to console window:"); in Main()
713 Console.WriteLine(errorLog); in Main()
716 Console.WriteLine("CafeX encountered an error executing the command."); in Main()
717 … Console.WriteLine("Please confirm this is a supported command and has the correct arguments."); in Main()
718 Console.WriteLine("Error message: " + e.Message); in Main()
732 …Log.WriteLine("-------------------------- END OF CAFEX INSTANCE ----------------------------------… in Main()
748 Log.WriteLine("CheckCafeRootAndHostBridgeVars started."); in CheckCafeRootAndHostBridgeVars()
755 Console.WriteLine("CafeX Error: CAFE_ROOT environment variable is not set."); in CheckCafeRootAndHostBridgeVars()
760 … Console.WriteLine("CafeX Error: MION_BRIDGE_TOOLS environment variable is not set."); in CheckCafeRootAndHostBridgeVars()
770 …Log.WriteLine("CheckDevkitVars started. Retuns CAFEX_ERRO.OK if BRIDGE_CURRENT_NAME and BRIDGE_CUR… in CheckDevkitVars()
779 … Console.WriteLine("CafeX Error: BRIDGE_CURRENT_NAME environment variable is not set."); in CheckDevkitVars()
784 … Console.WriteLine("CafeX Error: BRIDGE_CURRENT_IP_ADDRESS environment variable is not set."); in CheckDevkitVars()
876 Log.WriteLine("DoCommand started. quiet_mode=" + quiet_mode.ToString()); in DoCommand()
885 Log.WriteLine("Arguments=" + argString); in DoCommand()
1023 …Console.WriteLine("CafeX Error: This function is no longer supported. Please use makecfmaster.exe … in DoCommand()
1047 Console.WriteLine("cafex {0}", fileVer.FileVersion); in DoCommand()
1048 …Console.WriteLine("{0}",buildDate.ToString("MM/dd/yyyy hh:mm tt",DateTimeFormatInfo.InvariantInfo)… in DoCommand()
1067 …Console.WriteLine("CafeX Error: Missing command. Please try \"cafex help\" for usage information."… in DoCommand()
1071 …Console.WriteLine("CafeX Error: Invalid command '{0}'. Please try \"cafex help\" for usage informa… in DoCommand()
1126 Console.WriteLine("Usage: cafex [options] [command] [arguments]"); in PrintCafeXHelp()
1127 Console.WriteLine(); in PrintCafeXHelp()
1128 Console.WriteLine("options:"); in PrintCafeXHelp()
1129 …Console.WriteLine(" -q The command will be executed, and CafeX returns immediately. N… in PrintCafeXHelp()
1130 Console.WriteLine(" -o <filename> All output is redirected to the specified file."); in PrintCafeXHelp()
1131 …Console.WriteLine(" -I <encoding> The encoding for the console standard in. Valid encoding argum… in PrintCafeXHelp()
1132 …Console.WriteLine(" (eg. 65001, 932, etc), or the encoding name (eg. UTF-8, shift_… in PrintCafeXHelp()
1133 …Console.WriteLine(" This setting overrides the CAFEX_STDIN_ENCODING environment va… in PrintCafeXHelp()
1134 …Console.WriteLine(" Note: If the environment variable and this switch is not provi… in PrintCafeXHelp()
1135 …Console.WriteLine(" -O <encoding> The encoding for the console standard out. Valid encoding argu… in PrintCafeXHelp()
1136 …Console.WriteLine(" (eg. 65001, 932, etc), or the encoding name (eg. UTF-8, shift_… in PrintCafeXHelp()
1137 …Console.WriteLine(" This setting overrides the CAFEX_STDOUT_ENCODING environment v… in PrintCafeXHelp()
1138 …Console.WriteLine(" Note: If the environment variable and this switch is not provi… in PrintCafeXHelp()
1139 … Console.WriteLine(" -noinput Disables reading of the PC keyboard or STDIN if redirected."); in PrintCafeXHelp()
1140 …Console.WriteLine(" Note: Setting the environment variable NO_CONSOLE=1 has the sa… in PrintCafeXHelp()
1141 Console.WriteLine(); in PrintCafeXHelp()
1142 Console.WriteLine("commands:"); in PrintCafeXHelp()
1143 Console.WriteLine(" stop Stop the devkit."); in PrintCafeXHelp()
1144 Console.WriteLine(" run Run an application."); in PrintCafeXHelp()
1145 Console.WriteLine(" discrun Run an application using block level interface."); in PrintCafeXHelp()
1146 Console.WriteLine(" headlessrun Run an application disconnected from the network."); in PrintCafeXHelp()
1147 Console.WriteLine(" on Start System Config Tool."); in PrintCafeXHelp()
1148 Console.WriteLine(" update Update devkit firmware."); in PrintCafeXHelp()
1149 Console.WriteLine(" revert Downgrade devkit OS to an older SDK."); in PrintCafeXHelp()
1150 Console.WriteLine(" recover Attempt to recover a devkit from corrupted OS."); in PrintCafeXHelp()
1151 Console.WriteLine(" cleardata Clear the user data in NAND."); in PrintCafeXHelp()
1152 Console.WriteLine(" setbootmode Change the boot mode of the devkit."); in PrintCafeXHelp()
1153 … Console.WriteLine(" syncsession Sync the session data directory with the default one."); in PrintCafeXHelp()
1154 Console.WriteLine(" launch Launches a title through system config tool."); in PrintCafeXHelp()
1155 Console.WriteLine(" install Installs title to emulated MLC."); in PrintCafeXHelp()
1156 Console.WriteLine(); in PrintCafeXHelp()
1157 Console.WriteLine(" version Prints version and build information then exits."); in PrintCafeXHelp()
1158 Console.WriteLine(); in PrintCafeXHelp()
1159 Console.WriteLine("arguments:"); in PrintCafeXHelp()
1160 …Console.WriteLine("Execute cafex [command] -h for information on valid arguments for each command.… in PrintCafeXHelp()