Searched refs:IsPathSeparator (Results 1 – 4 of 4) sorted by relevance
88 static bool IsPathSeparator(char c) { in IsPathSeparator() function258 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory()270 IsPathSeparator(name[2]); in IsAbsolutePath()272 return IsPathSeparator(name[0]); in IsAbsolutePath()300 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory()366 if (!IsPathSeparator(*src)) { in Normalize()374 while (IsPathSeparator(*src)) in Normalize()
82 bool IsPathSeparator(const char c);
262 bool IsPathSeparator(const char c) { in IsPathSeparator() function267 return path != nullptr && IsPathSeparator(path[0]); in IsAbsolutePath()
533 bool IsPathSeparator(const char c) { in IsPathSeparator() function544 IsPathSeparator(path[2]); in IsAbsolutePath()