Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc7926 static bool IsPathSeparator(char c) { in IsPathSeparator() function
8089 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); in IsRootDirectory()
8101 IsPathSeparator(name[2]); in IsAbsolutePath()
8103 return IsPathSeparator(name[0]); in IsAbsolutePath()
8131 IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); in IsDirectory()
8197 if (!IsPathSeparator(*src)) { in Normalize()
8205 while (IsPathSeparator(*src)) in Normalize()