Home
last modified time | relevance | path

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

/external/toolchain-utils/automation/server/
Djob_executer.py11 from automation.common.command_executer import LoggingCommandExecuter
30 self._executer = LoggingCommandExecuter(self.job.dry_run)
/external/toolchain-utils/automation/common/
Dcommand_executer.py180 class LoggingCommandExecuter(CommandExecuter): class
183 super(LoggingCommandExecuter, self).__init__(*args, **kwargs)