Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest-filepath.cc88 static bool IsPathSeparator(char c) { in IsPathSeparator() function
258 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()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.h82 bool IsPathSeparator(const char c);
H A Dsanitizer_posix.cpp262 bool IsPathSeparator(const char c) { in IsPathSeparator() function
267 return path != nullptr && IsPathSeparator(path[0]); in IsAbsolutePath()
H A Dsanitizer_win.cpp533 bool IsPathSeparator(const char c) { in IsPathSeparator() function
544 IsPathSeparator(path[2]); in IsAbsolutePath()