Searched refs:change_root (Results 1 - 7 of 7) sorted by relevance

/external/python/cpython2/Lib/distutils/command/
H A Dinstall_data.py12 from distutils.util import change_root, convert_path namespace
62 dir = change_root(self.root, dir)
H A Dinstall.py18 from distutils.util import convert_path, subst_vars, change_root namespace
544 setattr(self, attr, change_root(self.root, getattr(self, attr)))
/external/python/cpython3/Lib/distutils/command/
H A Dinstall_data.py10 from distutils.util import change_root, convert_path namespace
60 dir = change_root(self.root, dir)
H A Dinstall.py14 from distutils.util import convert_path, subst_vars, change_root namespace
527 setattr(self, attr, change_root(self.root, getattr(self, attr)))
/external/python/cpython3/Lib/distutils/tests/
H A Dtest_util.py9 from distutils.util import (get_platform, convert_path, change_root, namespace
211 self.assertEqual(change_root('/root', '/old/its/here'),
213 self.assertEqual(change_root('/root', 'its/here'),
230 self.assertEqual(change_root('c:\\root', 'c:\\old\\its\\here'),
232 self.assertEqual(change_root('c:\\root', 'its\\here'),
238 change_root, 'c:\\root', 'its\\here')
/external/python/cpython2/Lib/distutils/
H A Dutil.py138 def change_root (new_root, pathname): function
/external/python/cpython3/Lib/distutils/
H A Dutil.py139 def change_root (new_root, pathname): function

Completed in 559 milliseconds