HomeSort by relevance Sort by last modified time
    Searched refs:change_root (Results 1 - 7 of 7) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install_data.py 12 from distutils.util import change_root, convert_path namespace
62 dir = change_root(self.root, dir)
install.py 18 from distutils.util import convert_path, subst_vars, change_root namespace
581 setattr(self, attr, change_root(self.root, getattr(self, attr)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install_data.py 12 from distutils.util import change_root, convert_path namespace
62 dir = change_root(self.root, dir)
install.py 18 from distutils.util import convert_path, subst_vars, change_root namespace
581 setattr(self, attr, change_root(self.root, getattr(self, attr)))
  /external/qemu/
os-posix.c 225 static void change_root(void) function
314 change_root();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
util.py 145 def change_root (new_root, pathname): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
util.py 145 def change_root (new_root, pathname): function

Completed in 264 milliseconds