Searched refs:IsPathSeparator (Results 1 – 1 of 1) sorted by relevance
9116 static bool IsPathSeparator(char c) { in IsPathSeparator() function9286 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()