Searched refs:rel_path (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/scripts/dtc/libfdt/ |
| H A D | fdt_overlay.c | 703 const char *rel_path; in overlay_symbol_update() local 755 rel_path = s + len; in overlay_symbol_update() 756 rel_path_len = e - rel_path - 1; in overlay_symbol_update() 760 rel_path = ""; in overlay_symbol_update() 823 memcpy(buf + len + 1, rel_path, rel_path_len); in overlay_symbol_update()
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/libfdt/ |
| H A D | fdt_overlay.c | 696 const char *rel_path; in overlay_symbol_update() local 748 rel_path = s + len; in overlay_symbol_update() 749 rel_path_len = e - rel_path; in overlay_symbol_update() 806 memcpy(buf + len + 1, rel_path, rel_path_len); in overlay_symbol_update()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | cachedpath.py | 154 def __realpath_rel(self, start, rel_path, root, loop_cnt, assume_dir): argument 159 for d in rel_path.split(os.path.sep):
|
| H A D | path.py | 185 def __realpath_rel(start, rel_path, root, loop_cnt, assume_dir): argument 190 for d in rel_path.split(os.path.sep):
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/ |
| H A D | gcc-multilib-config.inc | 43 rel_path = os.path.relpath(fn, src_conf_dir) 44 parent_dir = os.path.dirname(rel_path) 46 bb.utils.copyfile(fn, '%s/%s' % (build_conf_dir, rel_path))
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | insane.bbclass | 281 rel_path = os.path.relpath(full_path, pkgdest) 282 if os.sep in rel_path: 283 package, rel_path = rel_path.split(os.sep, 1) 284 rel_path = os.sep + rel_path 285 if lib_re.match(rel_path): 286 if base_libdir not in rel_path: 291 … messages.append("%s: found library in wrong location: %s" % (package, rel_path)) 294 if exec_re.match(rel_path): 295 if libdir not in rel_path and libexecdir not in rel_path: 300 … messages.append("%s: found library in wrong location: %s" % (package, rel_path))
|