Home
last modified time | relevance | path

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

/external/autotest/server/hosts/
Dssh_multiplex.py53 def _socket_path(self): member in MainSsh
64 return '-o ControlPath=%s' % (self._socket_path,)
84 if (self._main_job and (not os.path.exists(self._socket_path) or
100 'socket': self._socket_path,
114 condition=lambda: os.path.exists(self._socket_path),
/external/crosvm/vm_control/src/
Dclient.rs97 _socket_path: T, in do_net_add()
120 _socket_path: T, in do_net_remove()
237 _socket_path: T, in do_snd_mute_all()