Home
last modified time | relevance | path

Searched refs:relative_to (Results 1 – 11 of 11) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/systemd/systemd-systemctl/
H A Dsystemctl53 path = root / Path(os.readlink(str(path))).relative_to(ROOT)
185 target = ROOT / location.relative_to(self.root)
239 target = ROOT / path.relative_to(self.root)
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dmeson.build51 '-I' + import('fs').relative_to(
55 '-D' + import('fs').relative_to(
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-systemctl/
H A Dsystemctl61 path = root / Path(os.readlink(str(path))).relative_to(ROOT)
202 target = ROOT / location.relative_to(self.root)
262 target = ROOT / path.relative_to(self.root)
/openbmc/openbmc/poky/scripts/
H A Dcreate-pull-request24 Usage: $CMD [-h] [-o output_dir] [-m msg_body_file] [-s subject] [-r relative_to] [-i commit_id] [-…
35 -r relative_to Starting commit (default: master)
/openbmc/openbmc/poky/documentation/sphinx/
H A Dyocto-vars.py52 p_rel_no_ext = p.relative_to(app.srcdir).parent / p.stem
/openbmc/qemu/scripts/coverage/
H A Dcompare_gcov_json.py53 file_path = resolved_path.relative_to(root_dir)
/openbmc/openbmc/meta-arm/scripts/
H A Dmachine-summary.py53 relative = localpath.relative_to(layer_path(layer, d))
/openbmc/openbmc/poky/meta/classes-global/
H A Ddebian.bbclass68 path = pathlib.PurePath("/") / (pathlib.PurePath(f).relative_to(pkgpath).parent)
/openbmc/openbmc/poky/meta/lib/oe/
H A Dspdx30_tasks.py161 filename = str(filepath.relative_to(topdir))
1251 relpath = str(fpath.relative_to(sdk_deploydir))
/openbmc/openbmc/poky/meta/classes/
H A Dcreate-spdx-2.2.bbclass145 filename = str(filepath.relative_to(topdir))
/openbmc/qemu/
H A Dblock.c377 bdrv_make_absolute_filename(BlockDriverState *relative_to, in bdrv_make_absolute_filename() argument
388 dir = bdrv_dirname(relative_to, errp); in bdrv_make_absolute_filename()