Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Scripts/
DConvertMasmToNasm.py145 name = self.RunAndCaptureOutput(cmd).strip()
147 email = self.RunAndCaptureOutput(cmd).strip()
152 def RunAndCaptureOutput(self, cmd, checkExitCode=True, pipeIn=None): member in CommonUtils
173 self.RunAndCaptureOutput(cmd)
186 self.RunAndCaptureOutput(cmd)
216 self.RunAndCaptureOutput(cmd, pipeIn=message)