Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp252 std::string PathSep = std::string(sys::path::get_separator()); in getPathToStyle() local
253 unsigned NumSeps = ViewPath.count(PathSep); in getPathToStyle()
255 PathToStyle += ".." + PathSep; in getPathToStyle()