Home
last modified time | relevance | path

Searched defs:RunCommand (Results 1 – 2 of 2) sorted by relevance

/art/tools/common/
Dcommon.py176 def RunCommand(cmd, out, err, timeout=5): function
255 def RunCommand(self, cmd, log_severity=LogSeverity.ERROR): member in ITestEnv
335 def RunCommand(self, cmd, log_severity=LogSeverity.ERROR): member in HostTestEnv
434 def RunCommand(self, cmd, log_severity=LogSeverity.ERROR): member in DeviceTestEnv
/art/runtime/
Dnative_stack_dump.cc287 static bool RunCommand(const std::string& cmd) { in RunCommand() function