Home
last modified time | relevance | path

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

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