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

/macosx-10.10/llvmCore-3425.0.34/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))

Completed in 74 milliseconds