Searched refs:_sock_path (Results 1 – 1 of 1) sorted by relevance
113 os.unlink(self._sock_path)117 logger.debug('Error removing %s: %s', self._sock_path, e)129 logger.debug('Connecting to abort socket %s', self._sock_path)130 sock.connect(self._sock_path)131 logger.debug('Sending abort to %s', self._sock_path)145 def _sock_path(self): member in Lease