Home
last modified time | relevance | path

Searched refs:isRootPath (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdeFilePath.hpp78 bool isRootPath (void) const;
131 inline bool FilePath::isRootPath (void) const in isRootPath() function in de::FilePath
DdeFilePath.cpp69 else if (isRootPath() && !beginsWithDrive()) in split()
211 return isRootPath() || isWinNetPath() || beginsWithDrive(); in isAbsolutePath()