Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dwget.py233 fetch.connection_cache.remove_connection(h.host, h.port)
268 fetch.connection_cache.remove_connection(h.host, h.port)
H A D__init__.py1933 def remove_connection(self, host, port): member in FetchConnectionCache