Searched refs:beginsWithDrive (Results 1 – 2 of 2) sorted by relevance
69 else if (isRootPath() && !beginsWithDrive()) in split()197 bool FilePath::beginsWithDrive (void) const in beginsWithDrive() function in de::FilePath211 return isRootPath() || isWinNetPath() || beginsWithDrive(); in isAbsolutePath()
80 bool beginsWithDrive (void) const;