HomeSort by relevance Sort by last modified time
    Searched refs:beginsWithDrive (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/delibs/decpp/
deFilePath.hpp 80 bool beginsWithDrive (void) const;
deFilePath.cpp 69 else if (isRootPath() && !beginsWithDrive())
197 bool FilePath::beginsWithDrive (void) const
211 return isRootPath() || isWinNetPath() || beginsWithDrive();

Completed in 1000 milliseconds