Searched refs:IsPathSeparator (Results 1 – 12 of 12) sorted by relevance
90 static bool IsPathSeparator(char c) { in IsPathSeparator() function260 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory()272 IsPathSeparator(name[2]); in IsAbsolutePath()274 return IsPathSeparator(name[0]); in IsAbsolutePath()302 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory()368 if (!IsPathSeparator(*src)) { in Normalize()376 while (IsPathSeparator(*src)) in Normalize()
91 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()361 if (!IsPathSeparator(*src)) { in Normalize()369 while (IsPathSeparator(*src)) in Normalize()
89 static bool IsPathSeparator(char c) { in IsPathSeparator() function251 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory()263 IsPathSeparator(name[2]); in IsAbsolutePath()265 return IsPathSeparator(name[0]); in IsAbsolutePath()293 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory()359 if (!IsPathSeparator(*src)) { in Normalize()367 while (IsPathSeparator(*src)) in Normalize()
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()
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()
317 bool IsPathSeparator(const char c) { in IsPathSeparator() function322 return path != nullptr && IsPathSeparator(path[0]); in IsAbsolutePath()
381 bool IsPathSeparator(const char c) { in IsPathSeparator() function
286 bool IsPathSeparator(const char c);
8262 static bool IsPathSeparator(char c) { in IsPathSeparator() function8432 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory()8444 IsPathSeparator(name[2]); in IsAbsolutePath()8446 return IsPathSeparator(name[0]); in IsAbsolutePath()8474 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory()8540 if (!IsPathSeparator(*src)) { in Normalize()8548 while (IsPathSeparator(*src)) in Normalize()