Home
last modified time | relevance | path

Searched refs:convert_path (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Lib/distutils/command/
Dinstall_data.py12 from distutils.util import change_root, convert_path
49 f = convert_path(f)
58 dir = convert_path(f[0])
73 data = convert_path(data)
Dbuild_scripts.py11 from distutils.util import convert_path
64 script = convert_path(script)
Dinstall.py18 from distutils.util import convert_path, subst_vars, change_root
504 setattr(self, attr, convert_path(getattr(self, attr)))
527 extra_dirs = convert_path(extra_dirs)
551 home = convert_path(os.path.expanduser("~"))
Dsdist.py20 from distutils.util import convert_path
278 item = convert_path(item)
284 f = convert_path(f)
Dbuild_py.py13 from distutils.util import convert_path
56 self.package_dir[name] = convert_path(path)
129 filelist = glob(os.path.join(src_dir, convert_path(pattern)))
/external/python/cpython2/Lib/lib-tk/
DFixTk.py18 def convert_path(s): function
21 def convert_path(s): function
59 prefix = convert_path(prefix)
/external/python/cpython2/Lib/distutils/
Dfilelist.py11 from distutils.util import convert_path
90 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])
Dutil.py110 def convert_path (pathname): function
/external/python/cpython2/Doc/distutils/
Dapiref.rst1128 .. function:: convert_path(pathname)