Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-cov/
DSourceCoverageViewHTML.cpp251 std::string PathToStyle = ""; in getPathToStyle() local
255 PathToStyle += ".." + PathSep; in getPathToStyle()
256 return PathToStyle + "style.css"; in getPathToStyle()
260 const std::string &PathToStyle = "") { in emitPrelude() argument
266 if (PathToStyle.empty()) in emitPrelude()
270 << escape(PathToStyle, Opts) << "'>"; in emitPrelude()