Home
last modified time | relevance | path

Searched refs:decodeurl (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Dupgrade.py189 _, _, _, _, _, 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 Dstandard.py1771 params = bb.fetch.decodeurl(uri)[5]
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dcopyleft_compliance.bbclass51 _, _, local, _, _, parm = bb.fetch.decodeurl(patch)
H A Darchiver.bbclass195 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 Dpatch.bbclass128 _, _, local, _, _, parm = bb.fetch.decodeurl(patch)
H A Dbase.bbclass102 (method, host, path, user, pswd, parm) = bb.fetch.decodeurl(url)
710 parm = bb.fetch.decodeurl(uri)[5]
H A Dlicense.bbclass208 (method, host, path, user, pswd, parm) = bb.fetch.decodeurl(url)
H A Dkernel-yocto.bbclass29 _, _, local, _, _, parm = bb.fetch.decodeurl(p)
H A Dinsane.bbclass527 (type, host, path, user, pswd, parm) = bb.fetch.decodeurl(url)
1204 (_, _, fullpath, _, _, _) = bb.fetch.decodeurl(url)
H A Dsanity.bbclass883 decoded = bb.fetch2.decodeurl(pattern)
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Drecipeutils.py506 _, _, 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 Dcve_check.py90 patch_file = bb.fetch.decodeurl(url)[2]
H A Dpatch.py696 (type, host, path, user, pswd, parm) = bb.fetch.decodeurl(patch["remote"])
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A D__init__.py350 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 Dcreate.py373 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 Dmigration-1.6.rst79 - ``bb.decodeurl``: Use ``bb.fetch.decodeurl``
H A Drelease-notes-4.0.4.rst65 - devtool/upgrade: catch bb.fetch2.decodeurl errors
/OK3568_Linux_fs/yocto/poky/bitbake/
H A DChangeLog55 - 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 Dfetch.py1309 result = bb.fetch.decodeurl(k)