Searched defs:IsPathSeparator (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/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/chromium_org/third_party/mesa/src/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/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))

Completed in 609 milliseconds