Searched refs:srcpath (Results 1 – 6 of 6) sorted by relevance
| /openbmc/openbmc/poky/scripts/lib/recipetool/ |
| H A D | append.py | 111 srcpath = get_source_path(elements) 112 logger.debug('source path: %s' % srcpath) 113 if not srcpath.startswith('/'): 115 … srcpath = os.path.abspath(os.path.join(rd.getVarFlag('do_install', 'dirs').split()[-1], srcpath)) 116 if srcpath.startswith(unpackdir): 118 workdirfile = os.path.relpath(srcpath, unpackdir) 134 if fileitem[0] == srcpath: 212 srcpath = get_source_path(elements) 213 if fnmatch.fnmatchcase(os.path.basename(instpath), os.path.basename(srcpath)):
|
| /openbmc/qemu/ |
| H A D | qemu-nbd.c | 264 char *srcpath; member 348 opts->device, opts->srcpath); in nbd_client_thread() 617 .srcpath = NULL, in main() 1113 opts.srcpath = argv[optind]; in main() 1120 o = qemu_opts_parse_noisily(&file_opts, opts.srcpath, true); in main() 1133 blk = blk_new_open(opts.srcpath, NULL, options, flags, &local_err); in main()
|
| /openbmc/qemu/docs/sphinx/ |
| H A D | qapidoc.py | 545 srcpath = Path(src).resolve() 546 srcpath = srcpath.relative_to(srctree)
|
| /openbmc/openbmc/poky/meta/classes-global/ |
| H A D | sstate.bbclass | 262 srcpath = os.path.join(walkroot, file) 263 dstpath = srcpath.replace(state[1], state[2]) 264 #bb.debug(2, "Staging %s to %s" % (srcpath, dstpath)) 659 srcpath = os.path.join(walkroot, file) 660 if not os.path.islink(srcpath): 662 link = os.readlink(srcpath) 667 …olute path symlink %s pointing at %s. Please replace this with a relative link." % (srcpath, link))
|
| /openbmc/openbmc/poky/scripts/lib/devtool/ |
| H A D | standard.py | 1488 srcpath = os.path.join(rd.getVar('WORKDIR'), frag_name) 1489 if os.path.exists(srcpath): 1495 shutil.copy2(srcpath, destdir) 2199 srcpath = os.path.join(root, fn) 2200 relpth = os.path.relpath(os.path.dirname(srcpath), recipedir) 2203 _move_file(srcpath, destfp, dry_run_outdir=dry_run_outdir, base_outdir=destpath)
|
| H A D | upgrade.py | 496 def _extract_licenses(srcpath, recipe_licenses): argument 509 with open(os.path.join(srcpath, path), 'rb') as f:
|