Searched refs:root_dir (Results 1 - 7 of 7) sorted by relevance
/pkg/src/tests/api/ |
H A D | t_history.py | 79 self.__h = history.History(root_dir=self.__scratch_dir) 144 h = history.History(root_dir=self.__scratch_dir, 197 he = history.History(root_dir=h.root_dir, 229 he = history.History(root_dir=h.root_dir, 254 he = history.History(root_dir=h.root_dir, 277 he = history.History(root_dir=h.root_dir, [all...] |
/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...] |
/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"):
|
H A D | api_errors.py | 142 def __init__(self, user_specified, user_dir, root_dir): 146 self.root_dir = root_dir
|
H A D | api.py | 2628 root_dir=self._img.history.root_dir,
|
H A D | image.py | 866 self.history.root_dir = self.imgdir
|
/pkg/src/modules/flavor/ |
H A D | python.py | 282 root_dir = os.path.dirname(__file__) 283 exec_file = os.path.join(root_dir, "depthlimitedmf.py")
|
Completed in 58 milliseconds