Searched refs:try_mirrors (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/ |
| H A D | npmsw.py | 229 def try_mirrors(self, fetch, ud, d, mirrors): member in NpmShrinkWrap 232 return m.try_mirrors(fetch, ud, d, mirrors)
|
| H A D | npm.py | 282 def try_mirrors(self, fetch, ud, d, mirrors): member in Npm 285 return proxy_m.try_mirrors(fetch, proxy_ud, proxy_d, mirrors)
|
| H A D | __init__.py | 1116 def try_mirrors(fetch, d, origud, mirrors, check = False): function 1600 def try_mirrors(self, fetch, urldata, d, mirrors, check=False): member in FetchMethod 1604 return bool(try_mirrors(fetch, d, urldata, mirrors, check)) 1738 done = m.try_mirrors(self, ud, self.d, mirrors) 1789 done = m.try_mirrors(self, ud, self.d, mirrors) 1831 ret = m.try_mirrors(self, ud, self.d, mirrors, True) 1838 ret = m.try_mirrors(self, ud, self.d, mirrors, True)
|