Lines Matching refs:logfile
152 extra_args=None, logfile=None, cwd=None, env=None): argument
229 child = spawn(command, maxread=2000, logfile=logfile, cwd=cwd, env=env)
231 child = spawn(command, timeout=timeout, maxread=2000, logfile=logfile,
283 searchwindowsize=None, logfile=None, cwd=None, env=None): argument
417 self.logfile = logfile
501 s.append('logfile: ' + str(self.logfile))
884 if self.logfile is not None:
885 self.logfile.write(s)
886 self.logfile.flush()
1000 if self.logfile is not None:
1001 self.logfile.write(s)
1002 self.logfile.flush()
1607 if self.logfile is not None:
1608 self.logfile.write(data)
1609 self.logfile.flush()