Searched refs:link_path (Results 1 – 4 of 4) sorted by relevance
| /openbmc/openbmc/poky/meta/lib/oe/ |
| 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): 251 if os.path.exists(os.path.realpath(link_path)): 252 os.remove(link_path) 253 os.symlink(os.path.basename(target_path), link_path)
|
| /openbmc/openbmc/poky/meta/classes/ |
| H A D | vex.bbclass | 83 def generate_json_report(d, out_path, link_path): 104 update_symlinks(out_path, link_path) 204 link_path = os.path.join(deploy_dir, "%s.json" % link_name) 210 update_symlinks(manifest_name, link_path)
|
| H A D | cve-check.bbclass | 116 def generate_json_report(d, out_path, link_path): 137 update_symlinks(out_path, link_path) 250 link_path = os.path.join(deploy_dir, "%s.%s" % (link_name, manifest_name_suffix)) 251 update_symlinks(manifest_name, link_path)
|
| H A D | icecc.bbclass | 298 link_path = icecc_get_tool_link(t, d) 299 if link_path == get_icecc(d): 300 … bb.error("%s is a symlink to %s in PATH and this prevents icecc from working" % (t, link_path))
|