Lines Matching refs:rdir
225 rdir = None variable
411 global rdir
631 rdir = os.path.abspath(args.R)
632 if os.path.exists(rdir):
634 print 'Removing tree:', rdir
635 shutil.rmtree(rdir)
640 rdir = os.path.abspath(args.r)
641 if os.path.exists(rdir):
642 print 'Relocated directory:', rdir, 'must not exist!'
696 if rdir:
709 dstdir = os.path.join(rdir, srcdir.split(to_split_on)[1])
732 copytree(os.path.join(scriptdir, 'make'), os.path.join(rdir, 'make'),
773 global rdir
791 if rdir:
797 os.environ["LLDB_TEST"] = os.path.join(rdir, 'test')
799 os.environ["LLDB_TEST"] = rdir
1301 if rdir:
1347 if rdir:
1350 newrdir = "%s.%s" % (rdir, configPostfix)
1355 copytree(rdir, newrdir, ignore=ignore_patterns('*.pyc', '*.o', '*.d'))
1367 sys.path = [x.replace(rdir, newrdir, 1) for x in old_sys_path]