Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
HDSourceCoverageViewHTML.cpp253 std::string PathSep = sys::path::get_separator(); in getPathToStyle() local
254 unsigned NumSeps = ViewPath.count(PathSep); in getPathToStyle()
256 PathToStyle += ".." + PathSep; in getPathToStyle()