/external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
D | gtest-filepath.cc | 92 static bool IsPathSeparator(char c) { in IsPathSeparator() function 255 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory() 267 IsPathSeparator(name[2]); in IsAbsolutePath() 269 return IsPathSeparator(name[0]); in IsAbsolutePath() 297 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory() 363 if (!IsPathSeparator(*src)) { in Normalize() 371 while (IsPathSeparator(*src)) in Normalize()
|
/external/v8/testing/gtest/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/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
D | gtest-filepath.cc | 91 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() 361 if (!IsPathSeparator(*src)) { in Normalize() 369 while (IsPathSeparator(*src)) in Normalize()
|
/external/mesa3d/src/gtest/src/ |
D | gtest-filepath.cc | 92 static bool IsPathSeparator(char c) { in IsPathSeparator() function 255 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory() 267 IsPathSeparator(name[2]); in IsAbsolutePath() 269 return IsPathSeparator(name[0]); in IsAbsolutePath() 297 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory() 363 if (!IsPathSeparator(*src)) { in Normalize() 371 while (IsPathSeparator(*src)) in Normalize()
|
/external/googletest/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/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/protobuf/gtest/src/ |
D | gtest-filepath.cc | 91 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() 361 if (!IsPathSeparator(*src)) { in Normalize() 369 while (IsPathSeparator(*src)) in Normalize()
|
/external/libvpx/libvpx/third_party/googletest/src/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/google-breakpad/src/testing/gtest/src/ |
D | gtest-filepath.cc | 91 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() 361 if (!IsPathSeparator(*src)) { in Normalize() 369 while (IsPathSeparator(*src)) in Normalize()
|
/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/protobuf/gtest/fused-src/gtest/ |
D | gtest-all.cc | 7299 static bool IsPathSeparator(char c) { in IsPathSeparator() function 7461 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory() 7473 IsPathSeparator(name[2]); in IsAbsolutePath() 7475 return IsPathSeparator(name[0]); in IsAbsolutePath() 7503 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory() 7569 if (!IsPathSeparator(*src)) { in Normalize() 7577 while (IsPathSeparator(*src)) in Normalize()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/ |
D | gtest-all.cc | 7926 static bool IsPathSeparator(char c) { in IsPathSeparator() function 8089 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory() 8101 IsPathSeparator(name[2]); in IsAbsolutePath() 8103 return IsPathSeparator(name[0]); in IsAbsolutePath() 8131 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory() 8197 if (!IsPathSeparator(*src)) { in Normalize() 8205 while (IsPathSeparator(*src)) in Normalize()
|