/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 | 1413 def supports(self, urldata, d): argument 1419 def localpath(self, urldata, d): argument 1427 def supports_checksum(self, urldata): argument 1440 def recommends_checksum(self, urldata): argument 1495 def download(self, urldata, d): argument 1502 def unpack(self, urldata, rootdir, data): argument 1632 def clean(self, urldata, d): argument 1638 def try_premirror(self, urldata, d): argument 1644 def try_mirrors(self, fetch, urldata, d, mirrors, check=False): argument 1650 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 | crate.py | 35 def recommends_checksum(self, urldata): argument
|
H A D | s3.py | 71 def recommends_checksum(self, urldata): argument
|
H A D | hg.py | 32 def supports_checksum(self, urldata): argument
|
H A D | wget.py | 73 def recommends_checksum(self, urldata): argument
|
H A D | git.py | 150 def supports_checksum(self, urldata): argument
|