Home
last modified time | relevance | path

Searched refs:change_root (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dinstall_data.py12 from distutils.util import change_root, convert_path
62 dir = change_root(self.root, dir)
Dinstall.py18 from distutils.util import convert_path, subst_vars, change_root
544 setattr(self, attr, change_root(self.root, getattr(self, attr)))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dutil.py213 def change_root (new_root, pathname): function