Searched refs:BaseRunCommand (Results 1 – 1 of 1) sorted by relevance
| /external/autotest/utils/frozen_chromite/lib/ |
| D | remote_access.py | 807 self._work_dir = self.BaseRunCommand( 867 self.BaseRunCommand(cmd, **kwargs) 1035 result = self.BaseRunCommand(cmd, remote_sudo=True, capture_output=True) 1062 result = self.BaseRunCommand(['cat', path], remote_sudo=True, 1126 def BaseRunCommand(self, cmd, **kwargs): member in RemoteDevice 1204 return self.BaseRunCommand(cmd, **kwargs) 1257 result = self.BaseRunCommand(['echo', '${PATH}'])
|