Searched refs:IsPathSeparator (Results 1 - 14 of 14) 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/googletest/googletest/src/
H A Dgtest-filepath.cc90 static bool IsPathSeparator(char c) { function in namespace:testing::internal
260 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]);
272 IsPathSeparator(name[2]);
274 return IsPathSeparator(name[0]);
302 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]);
368 if (!IsPathSeparator(*src)) {
376 while (IsPathSeparator(*src))
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-filepath.cc90 static bool IsPathSeparator(char c) { function in namespace:testing::internal
260 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]);
272 IsPathSeparator(name[2]);
274 return IsPathSeparator(name[0]);
302 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]);
368 if (!IsPathSeparator(*src)) {
376 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.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/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/swiftshader/third_party/LLVM/utils/unittest/googletest/
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/v8/testing/gtest/src/
H A Dgtest-filepath.cc90 static bool IsPathSeparator(char c) { function in namespace:testing::internal
260 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]);
272 IsPathSeparator(name[2]);
274 return IsPathSeparator(name[0]);
302 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]);
368 if (!IsPathSeparator(*src)) {
376 while (IsPathSeparator(*src))
/external/vulkan-validation-layers/tests/gtest-1.7.0/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/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cc317 bool IsPathSeparator(const char c) { function in namespace:__sanitizer
322 return path != nullptr && IsPathSeparator(path[0]);
H A Dsanitizer_win.cc381 bool IsPathSeparator(const char c) { function in namespace:__sanitizer
H A Dsanitizer_common.h286 bool IsPathSeparator(const char c);
/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))
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc7926 static bool IsPathSeparator(char c) {
8089 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]);
8101 IsPathSeparator(name[2]);
8103 return IsPathSeparator(name[0]);
8131 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]);
8197 if (!IsPathSeparator(*src)) {
8205 while (IsPathSeparator(*src))

Completed in 269 milliseconds