Home
last modified time | relevance | path

Searched refs:rel_path (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt_overlay.c747 const char *rel_path; in overlay_symbol_update() local
799 rel_path = s + len; in overlay_symbol_update()
800 rel_path_len = e - rel_path; in overlay_symbol_update()
857 memcpy(buf + len + 1, rel_path, rel_path_len); in overlay_symbol_update()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dcachedpath.py160 def __realpath_rel(self, start, rel_path, root, loop_cnt, assume_dir): argument
165 for d in rel_path.split(os.path.sep):
H A Dpath.py191 def __realpath_rel(start, rel_path, root, loop_cnt, assume_dir): argument
196 for d in rel_path.split(os.path.sep):
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/
H A Dgcc-multilib-config.inc44 rel_path = os.path.relpath(fn, src_conf_dir)
45 parent_dir = os.path.dirname(rel_path)
47 bb.utils.copyfile(fn, '%s/%s' % (build_conf_dir, rel_path))
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/geany-plugins/
H A D0003-projectorganizer-Use-g_pattern_spec_match_string-ins.patch42 gchar *utf8_path, *rel_path;
/openbmc/openbmc/poky/meta/classes-global/
H A Dinsane.bbclass278 rel_path = os.path.relpath(full_path, pkgdest)
279 if os.sep in rel_path:
280 package, rel_path = rel_path.split(os.sep, 1)
281 rel_path = os.sep + rel_path
282 if lib_re.match(rel_path):
283 if base_libdir not in rel_path:
288 … messages.append("%s: found library in wrong location: %s" % (package, rel_path))
291 if exec_re.match(rel_path):
292 if libdir not in rel_path and libexecdir not in rel_path:
297 … messages.append("%s: found library in wrong location: %s" % (package, rel_path))