Searched refs:RootPath (Results 1 – 1 of 1) sorted by relevance
618 SmallString<128> RootPath; in buildTitleLinks() local625 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()