Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslopt.c333 BOOLEAN SubPath = FALSE; in OptBuildShortestPath() local
396 SubPath = TRUE; in OptBuildShortestPath()
426 if (IsDeclaration && SubPath && in OptBuildShortestPath()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp808 SmallString<128> SubPath = LCPath.substr(Last, *Iter - Last); in buildTitleLinks() local
809 sys::path::native(SubPath); in buildTitleLinks()
810 sys::path::remove_dots(SubPath, /*remove_dot_dot=*/true); in buildTitleLinks()
811 auto Level = unsigned(SubPath.count(sys::path::get_separator())) + 1; in buildTitleLinks()
813 Components.emplace_back(std::move(SubPath), Level); in buildTitleLinks()
H A DCoverageReport.cpp625 auto SubPath = File.substr(LCPath.size()); in prepareSubDirectoryReports() local
627 sys::path::native(SubPath, NativeSubPath); in prepareSubDirectoryReports()
634 auto Name = SubPath.substr(0, I->size()); in prepareSubDirectoryReports()
636 auto Iter = SubFiles.insert_or_assign(Name, SubPath).first; in prepareSubDirectoryReports()