Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DSourceCoverageViewHTML.cpp253 std::string PathToStyle = ""; in getPathToStyle() local
257 PathToStyle += ".." + PathSep; in getPathToStyle()
258 return PathToStyle + "style.css"; in getPathToStyle()
262 const std::string &PathToStyle = "") { in emitPrelude() argument
268 if (PathToStyle.empty()) in emitPrelude()
272 << escape(PathToStyle, Opts) << "'>"; in emitPrelude()