Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/decpp/
DdeFilePath.hpp77 bool isRootPath (void) const;
130 inline bool FilePath::isRootPath (void) const in isRootPath() function in de::FilePath
DdeFilePath.cpp86 bool rootPath = isRootPath(); in normalize()
212 return isRootPath() || isWinNetPath() || beginsWithDrive(); in isAbsolutePath()