/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | local.py | 24 def supports(self, urldata, d): argument 40 def localpath(self, urldata, d): argument 46 def localfile_searchpaths(self, urldata, d): argument 69 def download(self, urldata, d): argument 82 def checkstatus(self, fetch, urldata, d): argument 90 def clean(self, urldata, d): argument
|
H A D | ssh.py | 60 def supports(self, urldata, d): argument 63 def supports_checksum(self, urldata): argument 66 def urldata_init(self, urldata, d): argument 79 def download(self, urldata, d): argument 118 def checkstatus(self, fetch, urldata, d): argument
|
H A D | __init__.py | 1424 def supports(self, urldata, d): argument 1430 def localpath(self, urldata, d): argument 1438 def supports_checksum(self, urldata): argument 1451 def recommends_checksum(self, urldata): argument 1506 def download(self, urldata, d): argument 1513 def unpack(self, urldata, rootdir, data): argument 1643 def clean(self, urldata, d): argument 1649 def try_premirror(self, urldata, d): argument 1655 def try_mirrors(self, fetch, urldata, d, mirrors, check=False): argument 1661 def checkstatus(self, fetch, urldata, d): argument
|
H A D | sftp.py | 65 def recommends_checksum(self, urldata): argument
|
H A D | gcp.py | 40 def recommends_checksum(self, urldata): argument
|
H A D | s3.py | 71 def recommends_checksum(self, urldata): argument
|
H A D | crate.py | 35 def recommends_checksum(self, urldata): argument
|
H A D | svn.py | 214 def supports_checksum(self, urldata): argument
|
H A D | hg.py | 32 def supports_checksum(self, urldata): argument
|
H A D | wget.py | 68 def recommends_checksum(self, urldata): argument
|
H A D | git.py | 150 def supports_checksum(self, urldata): argument
|