Searched refs:IsPathSeparator (Results 1 – 5 of 5) sorted by relevance
85 static bool IsPathSeparator(char c) { in IsPathSeparator() function253 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory()265 IsPathSeparator(name[2]); in IsAbsolutePath()267 return IsPathSeparator(name[0]); in IsAbsolutePath()295 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory()360 if (!IsPathSeparator(*src)) { in Normalize()368 while (IsPathSeparator(*src)) in Normalize()
82 bool IsPathSeparator(const char c);
265 bool IsPathSeparator(const char c) { in IsPathSeparator() function270 return path != nullptr && IsPathSeparator(path[0]); in IsAbsolutePath()
84 if (!IsPathSeparator(path[i])) in RecursiveCreateParentDirs()
559 bool IsPathSeparator(const char c) { in IsPathSeparator() function570 IsPathSeparator(path[2]); in IsAbsolutePath()