Lines Matching refs:pipeIn
150 def RunAndCaptureOutput(self, cmd, checkExitCode=True, pipeIn=None): 151 if pipeIn: 156 (stdout, stderr) = p.communicate(pipeIn) 203 self.RunAndCaptureOutput(cmd, pipeIn=message)