/external/llvm-project/llvm/utils/unittest/googletest/src/ |
D | gtest-filepath.cc | 90 static bool IsPathSeparator(char c) { in IsPathSeparator() function 260 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory() 272 IsPathSeparator(name[2]); in IsAbsolutePath() 274 return IsPathSeparator(name[0]); in IsAbsolutePath() 302 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory() 368 if (!IsPathSeparator(*src)) { in Normalize() 376 while (IsPathSeparator(*src)) in Normalize()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-filepath.cc | 88 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()
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest-filepath.cc | 85 static bool IsPathSeparator(char c) { in IsPathSeparator() function 251 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory() 262 name[1] == ':' && IsPathSeparator(name[2]); in IsAbsolutePath() 264 return IsPathSeparator(name[0]); in IsAbsolutePath() 292 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory() 359 if (!IsPathSeparator(*src)) { in Normalize() 367 while (IsPathSeparator(*src)) src++; in Normalize()
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/ |
D | gtest-filepath.cc | 85 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()
|
/external/mesa3d/src/gtest/src/ |
D | gtest-filepath.cc | 85 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()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-filepath.cc | 89 static bool IsPathSeparator(char c) { in IsPathSeparator() function 251 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()
|
/external/googletest/googletest/src/ |
D | gtest-filepath.cc | 85 static bool IsPathSeparator(char c) { in IsPathSeparator() function 254 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory() 266 IsPathSeparator(name[2]); in IsAbsolutePath() 268 return IsPathSeparator(name[0]); in IsAbsolutePath() 296 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory() 356 if (!IsPathSeparator(character)) { in Normalize()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_rtems.cpp | 257 bool IsPathSeparator(const char c) { in IsPathSeparator() function 262 return path != nullptr && IsPathSeparator(path[0]); in IsAbsolutePath()
|
D | sanitizer_file.h | 82 bool IsPathSeparator(const char c);
|
D | sanitizer_posix.cpp | 262 bool IsPathSeparator(const char c) { in IsPathSeparator() function 267 return path != nullptr && IsPathSeparator(path[0]); in IsAbsolutePath()
|
D | sanitizer_win.cpp | 520 bool IsPathSeparator(const char c) { in IsPathSeparator() function 531 IsPathSeparator(path[2]); in IsAbsolutePath()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_posix.cc | 317 bool IsPathSeparator(const char c) { in IsPathSeparator() function 322 return path != nullptr && IsPathSeparator(path[0]); in IsAbsolutePath()
|
D | sanitizer_win.cc | 381 bool IsPathSeparator(const char c) { in IsPathSeparator() function
|
D | sanitizer_common.h | 286 bool IsPathSeparator(const char c);
|
/external/fmtlib/test/ |
D | gmock-gtest-all.cc | 7775 static bool IsPathSeparator(char c) { in IsPathSeparator() function 7935 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory() 7946 name[1] == ':' && IsPathSeparator(name[2]); in IsAbsolutePath() 7948 return IsPathSeparator(name[0]); in IsAbsolutePath() 7976 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory() 8041 if (!IsPathSeparator(*src)) { in Normalize() 8049 while (IsPathSeparator(*src)) src++; in Normalize()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/ |
D | gmock-gtest-all.cc | 8258 static bool IsPathSeparator(char c) { in IsPathSeparator() function 8428 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory() 8440 IsPathSeparator(name[2]); in IsAbsolutePath() 8442 return IsPathSeparator(name[0]); in IsAbsolutePath() 8470 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory() 8536 if (!IsPathSeparator(*src)) { in Normalize() 8544 while (IsPathSeparator(*src)) in Normalize()
|