Home
last modified time | relevance | path

Searched refs:checkstatus (Results 1 – 15 of 15) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Daz.py32 def checkstatus(self, fetch, ud, d, try_again=True): member in Az
41 return Wget.checkstatus(self, fetch, ud, d, try_again)
H A Dgcp.py87 def checkstatus(self, fetch, ud, d): member in GCP
H A Dlocal.py81 def checkstatus(self, fetch, urldata, d): member in Local
H A Dssh.py117 def checkstatus(self, fetch, urldata, d): member in SSH
H A Ds3.py109 def checkstatus(self, fetch, ud, d): member in S3
H A Dwget.py148 def checkstatus(self, fetch, ud, d, try_again=True): member in Wget
406 return self.checkstatus(fetch, ud, d, False)
H A D__init__.py1075 found = ud.method.checkstatus(fetch, ud, ld)
1676 def checkstatus(self, fetch, urldata, d): member in FetchMethod
1961 def checkstatus(self, urls=None): member in Fetch
1983 ret = m.checkstatus(self, ud, self.d)
H A Dgit.py1001 def checkstatus(self, fetch, ud, d): member in Git
/openbmc/openbmc/poky/meta/classes-global/
H A Dutility-tasks.bbclass54 fetcher.checkstatus()
H A Dsstate.bbclass754 fetcher.checkstatus()
1010 def checkstatus(arg):
1024 fetcher.checkstatus()
1063 executor.map(checkstatus, tasklist.copy())
H A Dsanity.bbclass357 fetcher.checkstatus()
/openbmc/u-boot/scripts/dtc/
H A Dchecks.c34 enum checkstatus { enum
50 enum checkstatus status;
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-3.4.1.rst36 - bitbake: fetch/wget: Add timeout for checkstatus calls (30s)
H A Drelease-notes-4.0.rst127 …- ssh: now supports checkstatus, allows : in URLs (both required for use with sstate) and no longe…
129 - wget: add 30s timeout for checkstatus calls
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dfetch.py1628 ret = m.checkstatus(fetch, ud, self.d)
1643 ret = m.checkstatus(fetch, ud, self.d)