Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/decpp/
DdeFilePath.hpp78 bool isWinNetPath (void) const;
135 inline bool FilePath::isWinNetPath (void) const in isWinNetPath() function in de::FilePath
DdeFilePath.cpp87 bool winNetPath = isWinNetPath(); in normalize()
212 return isRootPath() || isWinNetPath() || beginsWithDrive(); in isAbsolutePath()