Searched defs:root_dir (Results 1 - 2 of 2) sorted by relevance
/pkg/src/modules/client/ |
H A D | history.py | 254 root_dir = None variable in class:History 290 for attr in ("root_dir", "client_name", "client_version"): 391 def __init__(self, root_dir=".", filename=None, uuid_be_dic=None): 392 """'root_dir' should be the path of the directory where the 409 self.root_dir = root_dir 422 return os.path.join(self.root_dir, "history") 448 rpath = os.path.join(self.root_dir, 885 for attr in ("root_dir", "client_name", "client_version"):
|
/pkg/src/ |
H A D | setup.py | 99 root_dir = os.environ["ROOT"] variable 101 root_dir = os.path.normpath(os.path.join(pwd, os.pardir, "proto", "root_" + arch)) variable 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_des [all...] |
Completed in 14 milliseconds