Home
last modified time | relevance | path

Searched refs:IsPathSeparator (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-filepath.cc85 static bool IsPathSeparator(char c) { in IsPathSeparator() function
253 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()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.h82 bool IsPathSeparator(const char c);
H A Dsanitizer_posix.cpp265 bool IsPathSeparator(const char c) { in IsPathSeparator() function
270 return path != nullptr && IsPathSeparator(path[0]); in IsAbsolutePath()
H A Dsanitizer_file.cpp84 if (!IsPathSeparator(path[i])) in RecursiveCreateParentDirs()
H A Dsanitizer_win.cpp559 bool IsPathSeparator(const char c) { in IsPathSeparator() function
570 IsPathSeparator(path[2]); in IsAbsolutePath()