Lines Matching refs:sw
1326 StreamWriter sw = new StreamWriter(fs); in sync()
1327 sw.Write(output); in sync()
1328 sw.Flush(); in sync()
1329 sw.Close(); in sync()
1994 StreamWriter sw = new StreamWriter(fs); in start()
1995 sw.WriteLine(ret); in start()
1996 sw.Flush(); in start()
1997 sw.Close(); in start()
2000 sw = new StreamWriter(fs); in start()
2001 sw.WriteLine(output); in start()
2002 sw.Flush(); in start()
2003 sw.Close(); in start()