Searched refs:convert_path (Results 1 – 9 of 9) 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_path278 item = convert_path(item)284 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)))
18 def convert_path(s): function21 def convert_path(s): function59 prefix = convert_path(prefix)
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])
110 def convert_path (pathname): function
1128 .. function:: convert_path(pathname)