Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp618 SmallString<128> RootPath; in buildTitleLinks() local
625 RootPath = "."; in buildTitleLinks()
627 RootPath = LCPath.substr(0, *Iter); in buildTitleLinks()
628 sys::path::native(RootPath); in buildTitleLinks()
629 sys::path::remove_dots(RootPath, /*remove_dot_dot=*/true); in buildTitleLinks()
631 Components.emplace_back(std::move(RootPath), 0); in buildTitleLinks()