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