Searched refs:run_shell_command_get_status (Results 1 – 3 of 3) sorted by relevance
110 def run_shell_command_get_status(self, cmd): member in OSInterface154 return self.run_shell_command_get_status(cmd) == 0159 return self.run_shell_command_get_status(cmd) == 0
408 if self.os_if.run_shell_command_get_status(cmd) != 0:412 if self.os_if.run_shell_command_get_status(cmd) != 0:
89 if self._os_if.run_shell_command_get_status('mosys ec info') == 0: