| /openbmc/openbmc/poky/scripts/ |
| H A D | crosstap | 42 self.target_path = None 85 ret.append("--sysenv=PATH=" + self.target_path) 325 target_path = [] 327 target_path.append(self.sbindir) 329 target_path.append(self.bindir) 331 target_path.append(self.base_sbindir) 333 target_path.append(self.base_bindir) 334 stap.target_path = ":".join(target_path)
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 141 | 65 (bottom_path, middle_path, top_path, target_path), \ 93 target=target_path, \ 105 target=target_path, \
|
| /openbmc/u-boot/scripts/dtc/libfdt/ |
| H A D | fdt_overlay.c | 748 const char *target_path; in overlay_symbol_update() local 816 ret = overlay_get_target(fdt, fdto, fragment, &target_path); in overlay_symbol_update() 822 if (!target_path) { in overlay_symbol_update() 828 len = strlen(target_path); in overlay_symbol_update() 836 if (!target_path) { in overlay_symbol_update() 838 ret = overlay_get_target(fdt, fdto, fragment, &target_path); in overlay_symbol_update() 846 if (!target_path) { in overlay_symbol_update() 851 memcpy(buf, target_path, len + 1); in overlay_symbol_update()
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | sdk.py | 19 self.target_path = self.d.getVar('SDKTARGETSYSROOT').strip('/') 22 self.sdk_target_sysroot = os.path.join(self.sdk_output, self.target_path) 116 target_path = d.getVar('SDKTARGETSYSROOT').strip('/') 118 rootfs_dir = [sdk_output, os.path.join(sdk_output, target_path)][target is True]
|
| H A D | cve_check.py | 245 def update_symlinks(target_path, link_path): argument 250 if link_path != target_path and os.path.exists(target_path): 253 os.symlink(os.path.basename(target_path), link_path)
|
| H A D | spdx30_tasks.py | 1247 def make_image_link(target_path, suffix): argument 1250 if link != target_path: 1251 link.symlink_to(os.path.relpath(target_path, link.parent))
|
| /openbmc/phosphor-fan-presence/docs/control/ |
| H A D | fans.md | 12 "target_path": "/xyz/openbmc_project/control/fanpwm/" 38 ### target_path subsection
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | archiver.py | 315 target_path = os.path.join(bb_vars['DEPLOY_DIR_SRC'], 'mirror', target_file_name) 316 self.assertTrue(os.path.exists(target_path)) 344 target_path = os.path.join(bb_vars['DEPLOY_DIR_SRC'], 'mirror', target_file_name) 345 self.assertTrue(os.path.exists(target_path))
|
| /openbmc/phosphor-fan-presence/docs/monitor/ |
| H A D | sensors.md | 30 - `target_path` - string (Optional) 61 "target_path": "/xyz/openbmc_project/control/fanpwm/PWM0"
|
| /openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/ |
| H A D | __init__.py | 372 … target_path = oe.path.join(self.target_rootfs, self.d.expand('${sysconfdir}/rpm-postinsts/')) 373 bb.utils.mkdirhier(target_path) 374 num = self._script_num_prefix(target_path) 375 saved_script_name = oe.path.join(target_path, "%d-%s" % (num, pkg))
|
| /openbmc/qemu/tests/qemu-iotests/tests/ |
| H A D | inactive-node-nbd | 51 iotests.FilePath('target.img') as target_path, \ 59 iotests.qemu_img_create('-f', iotests.imgfmt, target_path, img_size)
|
| /openbmc/openbmc/poky/scripts/lib/recipetool/ |
| H A D | append.py | 434 def target_path(targetpath): function 450 …ile to be replaced (as it would appear within the target image, e.g. /etc/motd)', type=target_path)
|
| /openbmc/phosphor-fan-presence/control/templates/ |
| H A D | fan_zone_defs.cpp.mako | 94 "${fan['target_path']}"
|
| /openbmc/openbmc/poky/meta/classes/ |
| H A D | create-spdx-2.2.bbclass | 763 def make_image_link(target_path, suffix): 766 if link != target_path: 767 link.symlink_to(os.path.relpath(target_path, link.parent))
|