Lines Matching refs:fetch
407 fetch = bb.fetch2.Fetch(srcuri.split(), rdata)
409 fetch.download()
410 for pth in fetch.localpaths():
460 fetch = bb.fetch2.Fetch(uris, d)
468 if fetch.ud[uri].type == 'file':
470 oe.patch.patch_path(uri, fetch, '', expand=False)):
473 fname = fetch.ud[uri].basepath
477 subdir = fetch.ud[uri].parm.get('subdir', '')
482 localpath = fetch.localpath(uri)
486 unpack = fetch.ud[uri].parm.get('unpack', True)
506 _, _, local, _, _, parm = bb.fetch.decodeurl(patch)
524 _, _, patchfile, _, _, parm = bb.fetch.decodeurl(patch)