Lines Matching refs:WriteLine

217             Log.WriteLine("CleanEmptArguments started.");  in CleanupArguments()
381 …Console.WriteLine("cafex : unable to set {0} encoding to {1}. Reverting to default {2}.", target.T… in SetEncoding()
392 Console.WriteLine("\ncafex: terminated"); in ConsoleCtrlCheck()
412 … Log.WriteLine("-------------------------- CAFEX NEW INSTANCE ----------------------------------"); in Main()
413 Log.WriteLine("Main started. Command line = " + Environment.CommandLine); in Main()
418 Console.WriteLine("CafeX: Profiling is enabled!"); in Main()
474 Console.WriteLine("Invalid file name!\n"); in Main()
488 Console.WriteLine(PERMISSION_ERROR_TEXT); in Main()
494 Console.WriteLine(PERMISSION_ERROR_TEXT); in Main()
587 …Console.WriteLine("cafex : input is redirected. Using legacy keyboard input and not changing encod… in Main()
594 … Console.WriteLine("cafex input/keyboard encoding code page: {0}", Console.InputEncoding.CodePage); in Main()
595 …Console.WriteLine("cafex output/screen encoding code page: {0}", Console.OutputEncoding.CodePage); in Main()
602 …Console.WriteLine("cafe output/stream encoding code page: {0}", Program.cafeOutEncoding.CodePage… in Main()
613 Console.WriteLine("cafex : Bad command."); in Main()
641 Console.WriteLine("CafeX error log was saved as '{0}'", errorFile); in Main()
645 Console.WriteLine("Unable to write the file '{0}'", errorFile); in Main()
646 Console.WriteLine("Writing log to console window:"); in Main()
647 Console.WriteLine(errorLog); in Main()
650 Console.WriteLine("CafeX encountered an error executing the command."); in Main()
651 … Console.WriteLine("Please confirm this is a supported command and has the correct arguments."); in Main()
652 Console.WriteLine("Error message: " + e.Message); in Main()
666 …Log.WriteLine("-------------------------- END OF CAFEX INSTANCE ----------------------------------… in Main()
682 Log.WriteLine("CheckCafeRootAndHostBridgeVars started."); in CheckCafeRootAndHostBridgeVars()
689 Console.WriteLine("CafeX Error: CAFE_ROOT environment variable is not set."); in CheckCafeRootAndHostBridgeVars()
694 … Console.WriteLine("CafeX Error: MION_BRIDGE_TOOLS environment variable is not set."); in CheckCafeRootAndHostBridgeVars()
704 …Log.WriteLine("CheckDevkitVars started. Retuns CAFEX_ERRO.OK if BRIDGE_CURRENT_NAME and BRIDGE_CUR… in CheckDevkitVars()
711 … Console.WriteLine("CafeX Error: BRIDGE_CURRENT_NAME environment variable is not set."); in CheckDevkitVars()
716 … Console.WriteLine("CafeX Error: BRIDGE_CURRENT_IP_ADDRESS environment variable is not set."); in CheckDevkitVars()
726 Log.WriteLine("DoCommand started. quiet_mode=" + quiet_mode.ToString()); in DoCommand()
735 Log.WriteLine("Arguments=" + argString); in DoCommand()
872 …Console.WriteLine("CafeX Error: This function is no longer supported. Please use makecfmaster.exe … in DoCommand()
896 Console.WriteLine("cafex {0}", fileVer.FileVersion); in DoCommand()
897 …Console.WriteLine("{0}",buildDate.ToString("MM/dd/yyyy hh:mm tt",DateTimeFormatInfo.InvariantInfo)… in DoCommand()
911 …Console.WriteLine("CafeX Error: Missing command. Please try \"cafex help\" for usage information."… in DoCommand()
915 …Console.WriteLine("CafeX Error: Invalid command '{0}'. Please try \"cafex help\" for usage informa… in DoCommand()
970 Console.WriteLine("Usage: cafex [options] [command] [arguments]"); in PrintCafeXHelp()
971 Console.WriteLine(); in PrintCafeXHelp()
972 Console.WriteLine("options:"); in PrintCafeXHelp()
973 …Console.WriteLine(" -q The command will be executed, and CafeX returns immediately. N… in PrintCafeXHelp()
974 Console.WriteLine(" -o <filename> All output is redirected to the specified file."); in PrintCafeXHelp()
975 …Console.WriteLine(" -I <encoding> The encoding for the console standard in. Valid encoding argum… in PrintCafeXHelp()
976 …Console.WriteLine(" (eg. 65001, 932, etc), or the encoding name (eg. UTF-8, shift_… in PrintCafeXHelp()
977 …Console.WriteLine(" This setting overrides the CAFEX_STDIN_ENCODING environment va… in PrintCafeXHelp()
978 …Console.WriteLine(" Note: If the environment variable and this switch is not provi… in PrintCafeXHelp()
979 …Console.WriteLine(" -O <encoding> The encoding for the console standard out. Valid encoding argu… in PrintCafeXHelp()
980 …Console.WriteLine(" (eg. 65001, 932, etc), or the encoding name (eg. UTF-8, shift_… in PrintCafeXHelp()
981 …Console.WriteLine(" This setting overrides the CAFEX_STDOUT_ENCODING environment v… in PrintCafeXHelp()
982 …Console.WriteLine(" Note: If the environment variable and this switch is not provi… in PrintCafeXHelp()
983 … Console.WriteLine(" -noinput Disables reading of the PC keyboard or STDIN if redirected."); in PrintCafeXHelp()
984 …Console.WriteLine(" Note: Setting the environment variable NO_CONSOLE=1 has the sa… in PrintCafeXHelp()
985 Console.WriteLine(); in PrintCafeXHelp()
986 Console.WriteLine("commands:"); in PrintCafeXHelp()
987 Console.WriteLine(" stop Stop the devkit."); in PrintCafeXHelp()
988 Console.WriteLine(" run Run an application."); in PrintCafeXHelp()
989 Console.WriteLine(" discrun Run an application using block level interface."); in PrintCafeXHelp()
990 Console.WriteLine(" headlessrun Run an application disconnected from the network."); in PrintCafeXHelp()
991 Console.WriteLine(" on Start System Config Tool."); in PrintCafeXHelp()
992 Console.WriteLine(" update Update devkit firmware."); in PrintCafeXHelp()
993 Console.WriteLine(" revert Downgrade devkit OS to an older SDK."); in PrintCafeXHelp()
994 Console.WriteLine(" recover Attempt to recover a devkit from corrupted OS."); in PrintCafeXHelp()
995 Console.WriteLine(" cleardata Clear the user data in NAND."); in PrintCafeXHelp()
996 Console.WriteLine(" setbootmode Change the boot mode of the devkit."); in PrintCafeXHelp()
997 … Console.WriteLine(" syncsession Sync the session data directory with the default one."); in PrintCafeXHelp()
998 Console.WriteLine(" launch Launches a title through system config tool"); in PrintCafeXHelp()
999 Console.WriteLine(); in PrintCafeXHelp()
1000 Console.WriteLine(" version Prints version and build information then exits."); in PrintCafeXHelp()
1001 Console.WriteLine(); in PrintCafeXHelp()
1002 Console.WriteLine("arguments:"); in PrintCafeXHelp()
1003 …Console.WriteLine("Execute cafex [command] -h for information on valid arguments for each command.… in PrintCafeXHelp()