/prebuilts/gdb/darwin-x86/lib/python2.7/ |
site.py | 79 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)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
site.py | 79 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)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
site.py | 79 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)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
site.py | 79 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)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_site.py | 57 # Test makepath() have an absolute path for its first return value 62 abs_dir, norm_dir = site.makepath(*path_parts) 71 for entry in [site.makepath(path)[1] for path in sys.path 81 self.assertIn(site.makepath(pth_file.good_dir_path)[0], sys.path)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_site.py | 57 # Test makepath() have an absolute path for its first return value 62 abs_dir, norm_dir = site.makepath(*path_parts) 71 for entry in [site.makepath(path)[1] for path in sys.path 81 self.assertIn(site.makepath(pth_file.good_dir_path)[0], sys.path)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_site.py | 57 # Test makepath() have an absolute path for its first return value 62 abs_dir, norm_dir = site.makepath(*path_parts) 71 for entry in [site.makepath(path)[1] for path in sys.path 81 self.assertIn(site.makepath(pth_file.good_dir_path)[0], sys.path)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_site.py | 57 # Test makepath() have an absolute path for its first return value 62 abs_dir, norm_dir = site.makepath(*path_parts) 71 for entry in [site.makepath(path)[1] for path in sys.path 81 self.assertIn(site.makepath(pth_file.good_dir_path)[0], sys.path)
|