Home
last modified time | relevance | path

Searched defs:runCmd (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/test/API/macosx/nslog/
DTestDarwinNSLogOutput.py99 def runCmd(self, cmd): member in DarwinNSLogOutputTestCase
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Ddarwin_log.py136 def runCmd(self, cmd): member in DarwinLogTestBase
Dlldbtest.py2106 def runCmd(self, cmd, msg=None, check=True, trace=False, inHistory=False): member in TestBase
/external/toolchain-utils/compiler_wrapper/
Dcommand.go63 func runCmd(env env, cmd *command, stdin io.Reader, stdout io.Writer, stderr io.Writer) error { func