Searched defs:splitdrive (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Lib/ | ||
D | macpath.py | 78 def splitdrive(p): function |
D | ntpath.py | 96 def splitdrive(p): function |
D | posixpath.py | 104 def splitdrive(p): function |
/external/python/cpython3/Lib/ | ||
D | posixpath.py | 131 def splitdrive(p): function |
D | ntpath.py | 124 def splitdrive(p): function |
/external/python/cpython2/Lib/plat-riscos/ | ||
D | riscospath.py | 147 def splitdrive(p): function |
/external/python/parse_type/tasks/_vendor/ | ||
D | path.py | 391 def splitdrive(self): member in Path |
/external/python/pyfakefs/pyfakefs/ | ||
D | fake_filesystem.py | 1508 def splitdrive(self, path): member in FakeFilesystem |