Searched refs:LCPath (Results 1 – 3 of 3) sorted by relevance
711 auto &LCPath = SubTotals.Name; in Reporter() 715 SmallString<128> OSPath = LCPath; in generateSubDirectoryReport() 724 auto IndexHtmlPath = Printer.getOutputPath((LCPath + "index").str(), "html", in generateSubDirectoryReport() 729 auto NavLink = buildTitleLinks(LCPath); in generateSubDirectoryReport() 781 std::string buildTitleLinks(StringRef LCPath) const { in generateSubDirectoryReport() 783 // calculate the number of "../" relative to current LCPath.796 RootPath = LCPath.substr(0, *Iter); in buildTitleLinks() 803 SmallString<128> SubPath = LCPath.substr(Last, *Iter - Last); in buildTitleLinks() 874 auto &LCPath = TotalsOrErr->Name; in createIndexFile() 883 getOutputPath((LCPath in createIndexFile() 716 auto &LCPath = SubTotals.Name; generateSubDirectoryReport() local 879 auto &LCPath = TotalsOrErr->Name; createIndexFile() local [all...]
63 auto &LCPath = SubTotals.Name; in generateSubDirectoryReport() local 67 SmallString<128> OSPath = LCPath; in generateSubDirectoryReport() 103 auto &LCPath = TotalsOrErr->Name; in createIndexFile() local 108 getOutputPath((LCPath + "index").str(), "txt", /*InToplevel=*/false, in createIndexFile()
593 auto LCPath = Files.front().substr(0, RootLCP); in prepareDirectoryReports() local604 FileCoverageSummary RootTotals(LCPath); in prepareDirectoryReports()619 auto LCPath = Files.front().substr(0, LCP).str(); in prepareSubDirectoryReports() local625 auto SubPath = File.substr(LCPath.size()); in prepareSubDirectoryReports()665 FileCoverageSummary CurrentTotals(LCPath); in prepareSubDirectoryReports()