Searched refs:_sock_path (Results 1 – 1 of 1) sorted by relevance
109 os.unlink(self._sock_path)113 logger.debug('Error removing %s: %s', self._sock_path, e)126 logger.debug('Connecting to abort socket %s', self._sock_path)127 sock.connect(self._sock_path)128 logger.debug('Sending abort to %s', self._sock_path)142 def _sock_path(self): member in Lease