Home
last modified time | relevance | path

Searched refs:encodeurl (Results 1 – 9 of 9) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dwget.py551 dirs_uri = bb.fetch.encodeurl([ud.type, ud.host,
577 uri = bb.fetch.encodeurl([ud.type, ud.host, path,
685 uri = bb.fetch.encodeurl([ud.type, ud.host, path, ud.user, ud.pswd, {}])
H A Dgomod.py118 ud.url = bb.fetch2.encodeurl(
H A D__init__.py408 def encodeurl(decoded): function
500 result = encodeurl(result_decoded)
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-1.6.rst78 - ``bb.encodeurl``: Use ``bb.fetch.encodeurl``.
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate.py393 fUrl = bb.fetch2.encodeurl(('git', host, path, user, pswd, parms))
515 fetchuri = bb.fetch2.encodeurl((scheme, network, path, user, passwd, params))
594 srcuri = bb.fetch2.encodeurl((scheme, network, path, user, passwd, params))
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dupgrade.py382 entry = bb.fetch2.encodeurl((scheme, network, path, user, passwd, params))
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpatch.py946 localurl = bb.fetch.encodeurl(('file', '', local, '', '', patchparm))
/openbmc/openbmc/poky/meta/classes/
H A Darchiver.bbclass210 encoded = bb.fetch2.encodeurl(decoded)
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dfetch.py1443 result = bb.fetch.encodeurl(v)