Searched refs:try_mirrors (Results 1 – 3 of 3) sorted by relevance
| /openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
| H A D | npmsw.py | 237 def try_mirrors(self, fetch, ud, d, mirrors): member in NpmShrinkWrap 240 return m.try_mirrors(fetch, ud, d, mirrors)
|
| H A D | npm.py | 302 def try_mirrors(self, fetch, ud, d, mirrors): member in Npm 305 return proxy_m.try_mirrors(fetch, proxy_ud, proxy_d, mirrors)
|
| H A D | __init__.py | 1157 def try_mirrors(fetch, d, origud, mirrors, check = False): function 1670 def try_mirrors(self, fetch, urldata, d, mirrors, check=False): member in FetchMethod 1674 return bool(try_mirrors(fetch, d, urldata, mirrors, check)) 1877 done = m.try_mirrors(self, ud, self.d, mirrors) 1931 done = m.try_mirrors(self, ud, d, mirrors) 1980 ret = m.try_mirrors(self, ud, self.d, mirrors, True) 1987 ret = m.try_mirrors(self, ud, self.d, mirrors, True)
|