HomeSort by relevance Sort by last modified time
    Searched defs:IsPathSeparator (Results 1 - 9 of 9) 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 283 bool IsPathSeparator(const char c) {
288 return path != nullptr && IsPathSeparator(path[0]);
sanitizer_win.cc 294 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/gtest/src/
gtest-filepath.cc 92 static bool IsPathSeparator(char c) {
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/mesa3d/src/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/protobuf/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/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-filepath.cc 92 static bool IsPathSeparator(char c) {
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))
  /ndk/sources/third_party/googletest/googletest/src/
gtest-filepath.cc 92 static bool IsPathSeparator(char c) {
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))

Completed in 104 milliseconds