Home
last modified time | relevance | path

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

/external/autotest/server/hosts/
Dssh_multiplex.py46 def _socket_path(self): member in MasterSsh
57 return '-o ControlPath=%s' % (self._socket_path,)
77 if (self._master_job and (not os.path.exists(self._socket_path) or
93 'socket': self._socket_path,
107 if os.path.exists(self._socket_path):
/external/autotest/site_utils/lxc/container_pool/
Dservice.py63 self._socket_path = os.path.join(
66 self._socket_path)
138 status['socket_path'] = self._socket_path