Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dnpmsw.py237 def try_mirrors(self, fetch, ud, d, mirrors): member in NpmShrinkWrap
240 return m.try_mirrors(fetch, ud, d, mirrors)
H A Dnpm.py302 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__.py1157 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)