Home
last modified time | relevance | path

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

/src/contrib/googletest/googletest/src/
H A Dgtest-filepath.cc296 size_t root_length = CalculateRootLength(); in IsRootDirectory() local
297 return root_length > 0 && root_length == pathname_.size() && in IsRootDirectory()
298 IsPathSeparator(pathname_[root_length - 1]); in IsRootDirectory()