| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | upgrade.py | 189 _, _, _, _, _, params = bb.fetch2.decodeurl(uri) 342 scheme, network, path, user, passwd, params = bb.fetch2.decodeurl(entry) 375 _, _, _, _, _, params = bb.fetch2.decodeurl(newentry) 464 (type, host, path, user, pswd, parm) = bb.fetch.decodeurl(url)
|
| H A D | standard.py | 1771 params = bb.fetch.decodeurl(uri)[5]
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | copyleft_compliance.bbclass | 51 _, _, local, _, _, parm = bb.fetch.decodeurl(patch)
|
| H A D | archiver.bbclass | 195 decoded = bb.fetch2.decodeurl(url) 222 params = bb.fetch2.decodeurl(url)[5] 223 type = bb.fetch2.decodeurl(url)[0] 224 location = bb.fetch2.decodeurl(url)[2] 241 _, _, local, _, _, parm = bb.fetch.decodeurl(patch)
|
| H A D | patch.bbclass | 128 _, _, local, _, _, parm = bb.fetch.decodeurl(patch)
|
| H A D | base.bbclass | 102 (method, host, path, user, pswd, parm) = bb.fetch.decodeurl(url) 710 parm = bb.fetch.decodeurl(uri)[5]
|
| H A D | license.bbclass | 208 (method, host, path, user, pswd, parm) = bb.fetch.decodeurl(url)
|
| H A D | kernel-yocto.bbclass | 29 _, _, local, _, _, parm = bb.fetch.decodeurl(p)
|
| H A D | insane.bbclass | 527 (type, host, path, user, pswd, parm) = bb.fetch.decodeurl(url) 1204 (_, _, fullpath, _, _, _) = bb.fetch.decodeurl(url)
|
| H A D | sanity.bbclass | 883 decoded = bb.fetch2.decodeurl(pattern)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | recipeutils.py | 506 _, _, local, _, _, parm = bb.fetch.decodeurl(patch) 524 _, _, patchfile, _, _, parm = bb.fetch.decodeurl(patch) 989 from bb.fetch2 import decodeurl 1011 uri_type, _, _, _, _, _ = decodeurl(src_uri)
|
| H A D | cve_check.py | 90 patch_file = bb.fetch.decodeurl(url)[2]
|
| H A D | patch.py | 696 (type, host, path, user, pswd, parm) = bb.fetch.decodeurl(patch["remote"])
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/ |
| H A D | __init__.py | 350 def decodeurl(url): function 428 uri_decoded = list(decodeurl(ud.url)) 429 uri_find_decoded = list(decodeurl(uri_find)) 430 uri_replace_decoded = list(decodeurl(uri_replace)) 1156 scheme, network, path, user, passwd, param = decodeurl(url) 1269 … (self.type, self.host, self.path, self.user, self.pswd, self.parm) = decodeurl(d.expand(url))
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/ |
| H A D | create.py | 373 scheme, host, path, user, pswd, parms = bb.fetch2.decodeurl(uri) 456 scheme, network, path, user, passwd, params = bb.fetch2.decodeurl(fetchuri) 547 scheme, network, path, user, passwd, params = bb.fetch2.decodeurl(srcuri) 686 scheme, _, _, _, _, _ = bb.fetch2.decodeurl(srcuri)
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | migration-1.6.rst | 79 - ``bb.decodeurl``: Use ``bb.fetch.decodeurl``
|
| H A D | release-notes-4.0.4.rst | 65 - devtool/upgrade: catch bb.fetch2.decodeurl errors
|
| /OK3568_Linux_fs/yocto/poky/bitbake/ |
| H A D | ChangeLog | 55 - Fix a bug in bb.decodeurl where http://some.where.com/somefile.tgz decoded to host="" (#1530)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/ |
| H A D | fetch.py | 1309 result = bb.fetch.decodeurl(k)
|