Searched defs:isAbsolutePath (Results 1 – 3 of 3) sorted by relevance
209 bool FilePath::isAbsolutePath (void) const in isAbsolutePath() function in de::FilePath
154 const isAbsolutePath = /^[/]|^[A-Za-z]:/ constant
118 bool isAbsolutePath(const std::string& s) { in isAbsolutePath() function