Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/decpp/
DdeFilePath.hpp79 bool isWinNetPath (void) const;
136 inline bool FilePath::isWinNetPath (void) const in isWinNetPath() function in de::FilePath
DdeFilePath.cpp67 if (isWinNetPath()) in split()
211 return isRootPath() || isWinNetPath() || beginsWithDrive(); in isAbsolutePath()