Home
last modified time | relevance | path

Searched refs:pipeIn (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Scripts/
DConvertMasmToNasm.py152 def RunAndCaptureOutput(self, cmd, checkExitCode=True, pipeIn=None): argument
153 if pipeIn:
158 (stdout, stderr) = p.communicate(pipeIn)
216 self.RunAndCaptureOutput(cmd, pipeIn=message)