HomeSort by: relevance | last modified time | path
    Searched defs:IsPathSeparator (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_posix.cc 267 bool IsPathSeparator(const char c) {
272 return path != nullptr && IsPathSeparator(path[0]);
sanitizer_rtems.cc 256 bool IsPathSeparator(const char c) {
261 return path != nullptr && IsPathSeparator(path[0]);
sanitizer_win.cc 486 bool IsPathSeparator(const char c) {
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-filepath.cc 85 static bool IsPathSeparator(char c) {
253 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]);
265 IsPathSeparator(name[2]);
267 return IsPathSeparator(name[0]);
295 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]);
360 if (!IsPathSeparator(*src)) {
368 while (IsPathSeparator(*src))
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_posix.cpp 274 bool IsPathSeparator(const char c) {
279 return path != nullptr && IsPathSeparator(path[0]);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_posix.cpp 262 bool IsPathSeparator(const char c) {
267 return path != nullptr && IsPathSeparator(path[0]);

Completed in 17 milliseconds