Home
last modified time | relevance | path

Searched refs:FetchConnectionCache (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dsstate.bbclass979 from bb.fetch2 import FetchConnectionCache
981 thread_worker.connection_cache = FetchConnectionCache()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Dfetch.py1466 from bb.fetch2 import FetchConnectionCache
1468 connection_cache = FetchConnectionCache()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A D__init__.py1908 class FetchConnectionCache(object): class