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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp252 std::string PathSep = std::string(sys::path::get_separator()); local
253 unsigned NumSeps = ViewPath.count(PathSep);
255 PathToStyle += ".." + PathSep;

Completed in 102 milliseconds