Searched refs:makepath (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/ |
D | site.py | 86 def makepath(*paths): function 117 dir, dircase = makepath(dir) 131 dir, dircase = makepath(dir) 162 dir, dircase = makepath(sitedir, line) 187 sitedir, sitedircase = makepath(sitedir)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/ |
D | site.py | 88 def makepath(*paths): function 119 dir, dircase = makepath(dir) 133 dir, dircase = makepath(dir) 164 dir, dircase = makepath(sitedir, line) 189 sitedir, sitedircase = makepath(sitedir)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | site.py | 79 def makepath(*paths): function 110 dir, dircase = makepath(dir) 136 dir, dircase = makepath(dir) 167 dir, dircase = makepath(sitedir, line) 192 sitedir, sitedircase = makepath(sitedir)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_site.py | 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)
|