HomeSort by relevance Sort by last modified time
    Searched defs:IsPathSeparator (Results 1 - 10 of 10) sorted by null

  /external/llvm/utils/unittest/googletest/src/
gtest-filepath.cc 89 static bool IsPathSeparator(char c) {
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/compiler-rt/lib/sanitizer_common/
sanitizer_posix.cc 317 bool IsPathSeparator(const char c) {
322 return path != nullptr && IsPathSeparator(path[0]);
sanitizer_win.cc 381 bool IsPathSeparator(const char c) {
  /external/google-breakpad/src/testing/gtest/src/
gtest-filepath.cc 91 static bool IsPathSeparator(char c) {
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/
gtest-filepath.cc 85 static bool IsPathSeparator(char c) {
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]);
360 if (!IsPathSeparator(*src)) {
368 while (IsPathSeparator(*src))
  /external/libaom/libaom/third_party/googletest/src/googletest/src/
gtest-filepath.cc 90 static bool IsPathSeparator(char c) {
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/
gtest-filepath.cc 88 static bool IsPathSeparator(char c) {
258 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]);
270 IsPathSeparator(name[2]);
272 return IsPathSeparator(name[0]);
300 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]);
366 if (!IsPathSeparator(*src)) {
374 while (IsPathSeparator(*src))
  /external/mesa3d/src/gtest/src/
gtest-filepath.cc 90 static bool IsPathSeparator(char c) {
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/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-filepath.cc 91 static bool IsPathSeparator(char c) {
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-7.0/llvm/utils/unittest/googletest/src/
gtest-filepath.cc 90 static bool IsPathSeparator(char c) {
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))

Completed in 7062 milliseconds