Lines Matching refs:sw

1493                     StreamWriter sw = new StreamWriter(fs);  in hoststop()
1494sw.WriteLine("----------------------------------------------------------------"); in hoststop()
1495sw.WriteLine("----- MION telnet debug log @ " + DateTime.Now.ToLocalTime().ToString() + " -----"); in hoststop()
1496sw.WriteLine("----------------------------------------------------------------"); in hoststop()
1499 sw.Write(output); in hoststop()
1500 sw.Flush(); in hoststop()
1501 sw.Close(); in hoststop()
4644 StreamWriter sw = new StreamWriter(fs); in devrun()
4645 sw.WriteLine(";"); in devrun()
4646 sw.WriteLine("; " + CAFEDEVRUN_NAME.value + "." + CAFEDEVRUN_EXT.value); in devrun()
4647 sw.WriteLine(";"); in devrun()
4648 sw.WriteLine("[Input]"); in devrun()
4649sw.WriteLine("DiscHeaderBaseFileName=\"" + CAFE_BASEFILE_PATH.value + "\\discheader_base.bin\""); in devrun()
4650sw.WriteLine("VolumeHeaderBaseFileName=\"" + CAFE_BASEFILE_PATH.value + "\\volheader_base.bin\""); in devrun()
4651 sw.WriteLine("[Output]"); in devrun()
4652 sw.WriteLine("LayoutFileName=\"" + CAFEDEVRUN_NAME.value + ".dlf\""); in devrun()
4653 sw.WriteLine("OutputDirectory=\"" + CAFEDEVRUN_DIR.value + "\""); in devrun()
4654 sw.WriteLine("AppName=\"" + CAFEDEVRUN_FILENAME.value + "\""); in devrun()
4655 sw.WriteLine("Mode=WU"); in devrun()
4656 sw.WriteLine("[DiscID]"); in devrun()
4657 sw.WriteLine("GameType=" + GAME_TYPE); in devrun()
4658 sw.WriteLine("TitleId=0x" + APP_TITLE_ID.value); in devrun()
4659 sw.WriteLine("GroupId=0x" + APP_GROUP_ID.value); in devrun()
4660 sw.WriteLine("DiskNumber=0"); in devrun()
4661sw.WriteLine("GameVersion=" + (HexHandler.GetNumberFromString("0x" + APP_TITLE_VERSION.value) / 16… in devrun()
4662 sw.WriteLine("[SectionParam]"); in devrun()
4663sw.WriteLine("\"CONTENT\"=0x" + APP_TITLE_ID.value + ",0x" + APP_GROUP_ID.value + ",0x02"); in devrun()
4664 sw.WriteLine("[PathList]"); in devrun()
4665sw.WriteLine("CODE_DIR_RPX=\"code\", \"$(CAFE_CODE_DIR)\\" + CAFEDEVRUN_FILENAME.value + ".rpx\""); in devrun()
4669 sw.WriteLine("[PathList]"); in devrun()
4670 sw.WriteLine("SYSTEM_DIR=\"sys\", \"$(CAFE_SYSTEM_DIR)\""); in devrun()
4673 sw.Flush(); in devrun()
4674 sw.Close(); in devrun()
4684 sw = new StreamWriter(fs); in devrun()
4685 sw.WriteLine("0x00000005D3A00000,\"\""); in devrun()
4686 sw.Flush(); in devrun()
4687 sw.Close(); in devrun()
6180 StreamWriter sw = null; in recover()
6291 sw = new StreamWriter(fs); in recover()
6292 Console.SetOut(sw); in recover()
6293 Console.SetError(sw); in recover()
6301 sw.Flush(); in recover()
6302 sw.Close(); in recover()
6369 sw = new StreamWriter(fs); in recover()
6370 Console.SetOut(sw); in recover()
6371 Console.SetError(sw); in recover()
6378 sw.Flush(); in recover()
6379 sw.Close(); in recover()
6481 sw = new StreamWriter(fs); in recover()
6482 Console.SetOut(sw); in recover()
6483 Console.SetError(sw); in recover()
6489 sw.Flush(); in recover()
6490 sw.Close(); in recover()
6590 StreamWriter sw = null; in cleardata()
6657 sw = new StreamWriter(fs); in cleardata()
6658 Console.SetOut(sw); in cleardata()
6659 Console.SetError(sw); in cleardata()
6673 sw.Flush(); in cleardata()
6674 sw.Close(); in cleardata()
6711 sw = new StreamWriter(fs); in cleardata()
6712 Console.SetOut(sw); in cleardata()
6713 Console.SetError(sw); in cleardata()
6719 sw.Flush(); in cleardata()
6720 sw.Close(); in cleardata()
7120 StreamWriter sw = new StreamWriter(fs); in nand2pcfs()
7121 Console.SetOut(sw); in nand2pcfs()
7122 Console.SetError(sw); in nand2pcfs()
7128 sw.Flush(); in nand2pcfs()
7129 sw.Close(); in nand2pcfs()
7157 sw = new StreamWriter(fs); in nand2pcfs()
7158 Console.SetOut(sw); in nand2pcfs()
7159 Console.SetError(sw); in nand2pcfs()
7176 sw.Flush(); in nand2pcfs()
7177 sw.Close(); in nand2pcfs()
7242 sw = new StreamWriter(fs); in nand2pcfs()
7243 Console.SetOut(sw); in nand2pcfs()
7244 Console.SetError(sw); in nand2pcfs()
7250 sw.Flush(); in nand2pcfs()
7251 sw.Close(); in nand2pcfs()
7300 StreamWriter sw = new StreamWriter(fs); in pcfs2nand()
7301 Console.SetOut(sw); in pcfs2nand()
7302 Console.SetError(sw); in pcfs2nand()
7308 sw.Flush(); in pcfs2nand()
7309 sw.Close(); in pcfs2nand()
7336 sw = new StreamWriter(fs); in pcfs2nand()
7337 Console.SetOut(sw); in pcfs2nand()
7338 Console.SetError(sw); in pcfs2nand()
7355 sw.Flush(); in pcfs2nand()
7356 sw.Close(); in pcfs2nand()
7478 sw = new StreamWriter(fs); in pcfs2nand()
7479 Console.SetOut(sw); in pcfs2nand()
7480 Console.SetError(sw); in pcfs2nand()
7486 sw.Flush(); in pcfs2nand()
7487 sw.Close(); in pcfs2nand()
8505 StreamWriter sw = new StreamWriter(fs); in monitor_for_output()
8508 if (e != null && e.Data != null && sw != null) in monitor_for_output()
8517 sw.WriteLine(outputData); in monitor_for_output()
8518 sw.Flush(); in monitor_for_output()
8529 sw.Close(); in monitor_for_output()
8532 sw = new StreamWriter(fs); in monitor_for_output()
8533 sw.WriteLine(retVal); in monitor_for_output()
8534 sw.Flush(); in monitor_for_output()
8535 sw.Close(); in monitor_for_output()