Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-filepath.cc92 static bool IsPathSeparator(char c) { in IsPathSeparator() function
255 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory()
267 IsPathSeparator(name[2]); in IsAbsolutePath()
269 return IsPathSeparator(name[0]); in IsAbsolutePath()
297 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory()
363 if (!IsPathSeparator(*src)) { in Normalize()
371 while (IsPathSeparator(*src)) in Normalize()