Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_rtems.cc260 bool IsPathSeparator(const char c) { in IsPathSeparator() function
265 return path != nullptr && IsPathSeparator(path[0]); in IsAbsolutePath()
H A Dsanitizer_posix.cc265 bool IsPathSeparator(const char c) { in IsPathSeparator() function
270 return path != nullptr && IsPathSeparator(path[0]); in IsAbsolutePath()
H A Dsanitizer_file.h83 bool IsPathSeparator(const char c);
H A Dsanitizer_win.cc488 bool IsPathSeparator(const char c) { in IsPathSeparator() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_rtems.cc256 bool IsPathSeparator(const char c) { in IsPathSeparator() function
261 return path != nullptr && IsPathSeparator(path[0]); in IsAbsolutePath()
H A Dsanitizer_file.h82 bool IsPathSeparator(const char c);
H A Dsanitizer_posix.cc267 bool IsPathSeparator(const char c) { in IsPathSeparator() function
272 return path != nullptr && IsPathSeparator(path[0]); in IsAbsolutePath()
H A Dsanitizer_win.cc486 bool IsPathSeparator(const char c) { in IsPathSeparator() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/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_file.cpp83 if (!IsPathSeparator(path[i])) in RecursiveCreateParentDirs()
H A Dsanitizer_win.cpp534 bool IsPathSeparator(const char c) { in IsPathSeparator() function
545 IsPathSeparator(path[2]); in IsAbsolutePath()