Home
last modified time | relevance | path

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

/external/toolchain-utils/automation/common/
Dcommand.py93 self._commands[index] = self._ValidateCommandType(command)
99 self._commands.insert(index, self._ValidateCommandType(command))
109 def _ValidateCommandType(self, command): member in AbstractCommandContainer