Searched refs:IsPathSeparator (Results 1 – 13 of 13) sorted by relevance
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()
92 static bool IsPathSeparator(char c) { in IsPathSeparator() function255 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory()267 IsPathSeparator(name[2]); in IsAbsolutePath()269 return IsPathSeparator(name[0]); in IsAbsolutePath()297 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory()363 if (!IsPathSeparator(*src)) { in Normalize()371 while (IsPathSeparator(*src)) in Normalize()
283 bool IsPathSeparator(const char c) { in IsPathSeparator() function288 return path != nullptr && IsPathSeparator(path[0]); in IsAbsolutePath()
294 bool IsPathSeparator(const char c) { in IsPathSeparator() function
280 bool IsPathSeparator(const char c);
7299 static bool IsPathSeparator(char c) { in IsPathSeparator() function7461 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory()7473 IsPathSeparator(name[2]); in IsAbsolutePath()7475 return IsPathSeparator(name[0]); in IsAbsolutePath()7503 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory()7569 if (!IsPathSeparator(*src)) { in Normalize()7577 while (IsPathSeparator(*src)) in Normalize()
7967 static bool IsPathSeparator(char c) { in IsPathSeparator() function8130 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory()8142 IsPathSeparator(name[2]); in IsAbsolutePath()8144 return IsPathSeparator(name[0]); in IsAbsolutePath()8172 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory()8238 if (!IsPathSeparator(*src)) { in Normalize()8246 while (IsPathSeparator(*src)) in Normalize()
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()
7924 static bool IsPathSeparator(char c) { in IsPathSeparator() function8087 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory()8099 IsPathSeparator(name[2]); in IsAbsolutePath()8101 return IsPathSeparator(name[0]); in IsAbsolutePath()8129 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory()8195 if (!IsPathSeparator(*src)) { in Normalize()8203 while (IsPathSeparator(*src)) in Normalize()