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.cpp424 std::string PathSep = std::string(sys::path::get_separator()); in getPathToStyle() local
425 unsigned NumSeps = ViewPath.count(PathSep); in getPathToStyle()
427 PathToStyle += ".." + PathSep; in getPathToStyle()
433 std::string PathSep = std::string(sys::path::get_separator()); in getPathToJavaScript() local
434 unsigned NumSeps = ViewPath.count(PathSep); in getPathToJavaScript()
436 PathToJavaScript += ".." + PathSep; in getPathToJavaScript()