Searched refs:splitdrive (Results 1 – 9 of 9) sorted by relevance
131 cache_path = os.path.join(os.path.splitdrive(ROOT_DIR)[0] + os.path.sep,
45 drive, path = _os.path.splitdrive(path)
377 def splitdrive(path): member in OsModuleStub.OsPathModuleStub378 return os.path.splitdrive(path)
119 drive, word = os.path.splitdrive(word)
84 name = ntpath.splitdrive(filename)[1]
67 root = _os.path.splitdrive(path)