Home
last modified time | relevance | path

Searched refs:makepath (Results 1 – 5 of 5) sorted by relevance

/external/python/setuptools/setuptools/
Dsite-patch.py41 known_paths = dict([(makepath(item)[1], 1) for item in sys.path]) # 2.2 comp
51 d, nd = makepath(stdpath[0])
56 p, np = makepath(item)
/external/python/cpython2/Lib/
Dsite.py79 def makepath(*paths): function
110 dir, dircase = makepath(dir)
124 dir, dircase = makepath(dir)
155 dir, dircase = makepath(sitedir, line)
180 sitedir, sitedircase = makepath(sitedir)
/external/python/cpython3/Lib/
Dsite.py90 def makepath(*paths): function
126 dir, dircase = makepath(dir)
140 _, itemcase = makepath(item)
171 dir, dircase = makepath(sitedir, line)
197 sitedir, sitedircase = makepath(sitedir)
/external/python/cpython2/Lib/test/
Dtest_site.py84 abs_dir, norm_dir = site.makepath(*path_parts)
93 for entry in [site.makepath(path)[1] for path in sys.path
103 self.assertIn(site.makepath(pth_file.good_dir_path)[0], sys.path)
/external/python/cpython3/Lib/test/
Dtest_site.py86 abs_dir, norm_dir = site.makepath(*path_parts)
95 for entry in [site.makepath(path)[1] for path in sys.path
105 self.assertIn(site.makepath(pth_file.good_dir_path)[0], sys.path)