Searched refs:install_root (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/distutils/command/ |
D | install_lib.py | 133 install_root = self.get_finalized_command('install').root 137 force=self.force, prefix=install_root, 141 force=self.force, prefix=install_root,
|
/external/python/cpython3/Lib/distutils/command/ |
D | install_lib.py | 129 install_root = self.get_finalized_command('install').root 133 force=self.force, prefix=install_root, 137 force=self.force, prefix=install_root,
|
/external/autotest/server/site_tests/tast/ |
D | tast.py | 121 install_root='/', argument 174 self._install_root = install_root
|
D | tast_unittest.py | 234 install_root=self._root_dir,
|