Lines Matching refs:rdir
583 def is_src(self, base, dir, rdir): argument
585 for dir in [dir,rdir]:
624 rdir = dir
627 rdir = os.path.realpath(dir)
629 dir = rdir
630 if rdir == dir:
631 rdir = None
635 print("raw=%s rdir=%s dir=%s path=%s" % (w[2], rdir, dir, path), file=self.debug_out)
652 if self.is_src(base, dir, rdir):
654 if not rdir:
658 for dir in [dir,rdir]: