Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp429 std::string PathSep = std::string(sys::path::get_separator()); in getPathToStyle() local
430 unsigned NumSeps = ViewPath.count(PathSep); in getPathToStyle()
432 PathToStyle += ".." + PathSep; in getPathToStyle()
438 std::string PathSep = std::string(sys::path::get_separator()); in getPathToJavaScript() local
439 unsigned NumSeps = ViewPath.count(PathSep); in getPathToJavaScript()
441 PathToJavaScript += ".." + PathSep; in getPathToJavaScript()