Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A 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()