Lines Matching refs:dir
281 for dir in ed.get("runpath", "").split(":"):
282 if dir == None or dir == '':
287 if expr.match(dir):
292 list.append(dir)
297 elif not dir.startswith('$ORIGIN/'):
308 relative_dir = dir.strip('/')
326 _("runpath '%s' in '%s' not found in reference paths but contains symlink at '%s'") % (dir, path, pdir),
331 list.append(dir)
335 if expr.search(dir):
337 _("64-bit runpath in 32-bit binary, '%s' includes '%s'") % (path, dir),
342 if expr.search(dir):
347 _("32-bit runpath in 64-bit binary, '%s' includes '%s'") % (path, dir),
482 if action.name not in ["file", "dir", "link", "hardlink"]: