Home
last modified time | relevance | path

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

/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/cpython2/Lib/test/
Dtest_site.py67 abs_dir, norm_dir = site.makepath(*path_parts)
76 for entry in [site.makepath(path)[1] for path in sys.path
86 self.assertIn(site.makepath(pth_file.good_dir_path)[0], sys.path)