Searched refs:uri_replace (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/ |
| H A D | __init__.py | 424 def uri_replace(ud, uri_find, uri_replace, replacements, d, mirrortarball=None): function 425 if not ud.url or not uri_find or not uri_replace: 430 uri_replace_decoded = list(decodeurl(uri_replace)) 964 newuri = uri_replace(ud, find, replace, replacements, ld, tarball)
|