Searched refs:convert_path (Results 1 – 7 of 7) sorted by relevance
12 from distutils.util import change_root, convert_path49 f = convert_path(f)58 dir = convert_path(f[0])73 data = convert_path(data)
11 from distutils.util import convert_path64 script = convert_path(script)
18 from distutils.util import convert_path, subst_vars, change_root504 setattr(self, attr, convert_path(getattr(self, attr)))527 extra_dirs = convert_path(extra_dirs)551 home = convert_path(os.path.expanduser("~"))
20 from distutils.util import convert_path272 item = convert_path(item)278 f = convert_path(f)
13 from distutils.util import convert_path56 self.package_dir[name] = convert_path(path)129 filelist = glob(os.path.join(src_dir, convert_path(pattern)))
11 from distutils.util import convert_path90 patterns = map(convert_path, words[1:])97 dir = convert_path(words[1])98 patterns = map(convert_path, words[2:])105 dir_pattern = convert_path(words[1])
185 def convert_path (pathname): function