Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/process/io/
H A DTestProcessIO.py41 self.check_process_output(output, output)
53 self.check_process_output(output, output)
67 self.check_process_output(output, error)
81 self.check_process_output(output, error)
96 self.check_process_output(output, error)
214 def check_process_output(self, output, error): member in ProcessIOTestCase