Searched refs:IsPathSeparator (Results 1 - 10 of 10) sorted by relevance

/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-filepath.cc91 static bool IsPathSeparator(char c) { function in namespace:testing::internal
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]);
361 if (!IsPathSeparator(*src)) {
369 while (IsPathSeparator(*src))
/external/gtest/src/
H A Dgtest-filepath.cc92 static bool IsPathSeparator(char c) { function in namespace:testing::internal
255 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]);
267 IsPathSeparator(name[2]);
269 return IsPathSeparator(name[0]);
297 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]);
363 if (!IsPathSeparator(*src)) {
371 while (IsPathSeparator(*src))
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-filepath.cc89 static bool IsPathSeparator(char c) { function in namespace:testing::internal
251 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]);
263 IsPathSeparator(name[2]);
265 return IsPathSeparator(name[0]);
293 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]);
359 if (!IsPathSeparator(*src)) {
367 while (IsPathSeparator(*src))
/external/mesa3d/src/gtest/src/
H A Dgtest-filepath.cc91 static bool IsPathSeparator(char c) { function in namespace:testing::internal
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]);
361 if (!IsPathSeparator(*src)) {
369 while (IsPathSeparator(*src))
/external/protobuf/gtest/src/
H A Dgtest-filepath.cc91 static bool IsPathSeparator(char c) { function in namespace:testing::internal
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]);
361 if (!IsPathSeparator(*src)) {
369 while (IsPathSeparator(*src))
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cc345 bool IsPathSeparator(const char c) { function in namespace:__sanitizer
350 return path != nullptr && IsPathSeparator(path[0]);
H A Dsanitizer_common.h247 bool IsPathSeparator(const char c);
H A Dsanitizer_win.cc300 bool IsPathSeparator(const char c) { function in namespace:__sanitizer
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc7924 static bool IsPathSeparator(char c) {
8087 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]);
8099 IsPathSeparator(name[2]);
8101 return IsPathSeparator(name[0]);
8129 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]);
8195 if (!IsPathSeparator(*src)) {
8203 while (IsPathSeparator(*src))
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc7299 static bool IsPathSeparator(char c) {
7461 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]);
7473 IsPathSeparator(name[2]);
7475 return IsPathSeparator(name[0]);
7503 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]);
7569 if (!IsPathSeparator(*src)) {
7577 while (IsPathSeparator(*src))

Completed in 446 milliseconds