Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dnpmsw.py229 def try_mirrors(self, fetch, ud, d, mirrors): member in NpmShrinkWrap
232 return m.try_mirrors(fetch, ud, d, mirrors)
H A Dnpm.py282 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__.py1116 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)