Lines Matching refs:root_dir
99 root_dir = os.environ["ROOT"]
101 root_dir = os.path.normpath(os.path.join(pwd, os.pardir, "proto", "root_" + arch))
555 proto = os.path.join(root_dir, py_install_dir)
731 self.root = root_dir
733 self.install_lib = os.path.join(root_dir, py_install_dir)
734 self.install_data = root_dir
738 self.root_dir = root_dir
749 src = util.change_root(self.root_dir, o_src + e)
751 self.root_dir, o_dest + e)
769 dst_dir = util.change_root(self.root_dir, d)
770 dst_path = util.change_root(self.root_dir,
1514 print("deleting " + root_dir)
1515 shutil.rmtree(root_dir, True)