Lines Matching refs:sw

1456                     StreamWriter sw = new StreamWriter(fs);  in hoststop()
1457sw.WriteLine("----------------------------------------------------------------"); in hoststop()
1458sw.WriteLine("----- MION telnet debug log @ " + DateTime.Now.ToLocalTime().ToString() + " -----"); in hoststop()
1459sw.WriteLine("----------------------------------------------------------------"); in hoststop()
1462 sw.Write(output); in hoststop()
1463 sw.Flush(); in hoststop()
1464 sw.Close(); in hoststop()
4380 StreamWriter sw = new StreamWriter(fs); in devrun()
4381 sw.WriteLine(";"); in devrun()
4382 sw.WriteLine("; " + CAFEDEVRUN_NAME.value + "." + CAFEDEVRUN_EXT.value); in devrun()
4383 sw.WriteLine(";"); in devrun()
4384 sw.WriteLine("[Input]"); in devrun()
4385sw.WriteLine("DiscHeaderBaseFileName=\"" + CAFE_BASEFILE_PATH.value + "\\discheader_base.bin\""); in devrun()
4386sw.WriteLine("VolumeHeaderBaseFileName=\"" + CAFE_BASEFILE_PATH.value + "\\volheader_base.bin\""); in devrun()
4387 sw.WriteLine("[Output]"); in devrun()
4388 sw.WriteLine("LayoutFileName=\"" + CAFEDEVRUN_NAME.value + ".dlf\""); in devrun()
4389 sw.WriteLine("OutputDirectory=\"" + CAFEDEVRUN_DIR.value + "\""); in devrun()
4390 sw.WriteLine("AppName=\"" + CAFEDEVRUN_FILENAME.value + "\""); in devrun()
4391 sw.WriteLine("Mode=WU"); in devrun()
4392 sw.WriteLine("[DiscID]"); in devrun()
4393 sw.WriteLine("GameType=" + GAME_TYPE); in devrun()
4394 sw.WriteLine("TitleId=0x" + APP_TITLE_ID.value); in devrun()
4395 sw.WriteLine("GroupId=0x" + APP_GROUP_ID.value); in devrun()
4396 sw.WriteLine("DiskNumber=0"); in devrun()
4397sw.WriteLine("GameVersion=" + (HexHandler.GetNumberFromString("0x" + APP_TITLE_VERSION.value) / 16… in devrun()
4398 sw.WriteLine("[SectionParam]"); in devrun()
4399sw.WriteLine("\"CONTENT\"=0x" + APP_TITLE_ID.value + ",0x" + APP_GROUP_ID.value + ",0x02"); in devrun()
4400 sw.WriteLine("[PathList]"); in devrun()
4401sw.WriteLine("CODE_DIR_RPX=\"code\", \"$(CAFE_CODE_DIR)\\" + CAFEDEVRUN_FILENAME.value + ".rpx\""); in devrun()
4405 sw.WriteLine("[PathList]"); in devrun()
4406 sw.WriteLine("SYSTEM_DIR=\"sys\", \"$(CAFE_SYSTEM_DIR)\""); in devrun()
4409 sw.Flush(); in devrun()
4410 sw.Close(); in devrun()
4420 sw = new StreamWriter(fs); in devrun()
4421 sw.WriteLine("0x00000005D3A00000,\"\""); in devrun()
4422 sw.Flush(); in devrun()
4423 sw.Close(); in devrun()
5944 StreamWriter sw = null; in recover()
6041 sw = new StreamWriter(fs); in recover()
6042 Console.SetOut(sw); in recover()
6043 Console.SetError(sw); in recover()
6051 sw.Flush(); in recover()
6052 sw.Close(); in recover()
6119 sw = new StreamWriter(fs); in recover()
6120 Console.SetOut(sw); in recover()
6121 Console.SetError(sw); in recover()
6128 sw.Flush(); in recover()
6129 sw.Close(); in recover()
6223 sw = new StreamWriter(fs); in recover()
6224 Console.SetOut(sw); in recover()
6225 Console.SetError(sw); in recover()
6231 sw.Flush(); in recover()
6232 sw.Close(); in recover()
6315 StreamWriter sw = null; in cleardata()
6382 sw = new StreamWriter(fs); in cleardata()
6383 Console.SetOut(sw); in cleardata()
6384 Console.SetError(sw); in cleardata()
6398 sw.Flush(); in cleardata()
6399 sw.Close(); in cleardata()
6436 sw = new StreamWriter(fs); in cleardata()
6437 Console.SetOut(sw); in cleardata()
6438 Console.SetError(sw); in cleardata()
6444 sw.Flush(); in cleardata()
6445 sw.Close(); in cleardata()
6841 StreamWriter sw = new StreamWriter(fs); in nand2pcfs()
6842 Console.SetOut(sw); in nand2pcfs()
6843 Console.SetError(sw); in nand2pcfs()
6849 sw.Flush(); in nand2pcfs()
6850 sw.Close(); in nand2pcfs()
6878 sw = new StreamWriter(fs); in nand2pcfs()
6879 Console.SetOut(sw); in nand2pcfs()
6880 Console.SetError(sw); in nand2pcfs()
6897 sw.Flush(); in nand2pcfs()
6898 sw.Close(); in nand2pcfs()
6963 sw = new StreamWriter(fs); in nand2pcfs()
6964 Console.SetOut(sw); in nand2pcfs()
6965 Console.SetError(sw); in nand2pcfs()
6971 sw.Flush(); in nand2pcfs()
6972 sw.Close(); in nand2pcfs()
7021 StreamWriter sw = new StreamWriter(fs); in pcfs2nand()
7022 Console.SetOut(sw); in pcfs2nand()
7023 Console.SetError(sw); in pcfs2nand()
7029 sw.Flush(); in pcfs2nand()
7030 sw.Close(); in pcfs2nand()
7057 sw = new StreamWriter(fs); in pcfs2nand()
7058 Console.SetOut(sw); in pcfs2nand()
7059 Console.SetError(sw); in pcfs2nand()
7076 sw.Flush(); in pcfs2nand()
7077 sw.Close(); in pcfs2nand()
7199 sw = new StreamWriter(fs); in pcfs2nand()
7200 Console.SetOut(sw); in pcfs2nand()
7201 Console.SetError(sw); in pcfs2nand()
7207 sw.Flush(); in pcfs2nand()
7208 sw.Close(); in pcfs2nand()
7927 StreamWriter sw = new StreamWriter(fs); in monitor_for_output()
7930 if (e != null && e.Data != null && sw != null) in monitor_for_output()
7939 sw.WriteLine(outputData); in monitor_for_output()
7940 sw.Flush(); in monitor_for_output()
7951 sw.Close(); in monitor_for_output()
7954 sw = new StreamWriter(fs); in monitor_for_output()
7955 sw.WriteLine(retVal); in monitor_for_output()
7956 sw.Flush(); in monitor_for_output()
7957 sw.Close(); in monitor_for_output()