Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc9116 static bool IsPathSeparator(char c) { in IsPathSeparator() function
9286 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory()
9298 IsPathSeparator(name[2]); in IsAbsolutePath()
9300 return IsPathSeparator(name[0]); in IsAbsolutePath()
9328 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory()
9394 if (!IsPathSeparator(*src)) { in Normalize()
9402 while (IsPathSeparator(*src)) in Normalize()