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

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

Completed in 105 milliseconds