Searched refs:IsPathSeparator (Results 1 – 1 of 1) sorted by relevance
7926 static bool IsPathSeparator(char c) { in IsPathSeparator() function8089 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory()8101 IsPathSeparator(name[2]); in IsAbsolutePath()8103 return IsPathSeparator(name[0]); in IsAbsolutePath()8131 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory()8197 if (!IsPathSeparator(*src)) { in Normalize()8205 while (IsPathSeparator(*src)) in Normalize()