Searched refs:RootPath (Results 1 – 3 of 3) sorted by relevance
787 SmallString<128> RootPath; in buildTitleLinks() 794 RootPath = "."; in buildTitleLinks() 796 RootPath = LCPath.substr(0, *Iter); in buildTitleLinks() 797 sys::path::native(RootPath); in buildTitleLinks() 798 sys::path::remove_dots(RootPath, /*remove_dot_dot=*/true); in buildTitleLinks() 800 Components.emplace_back(std::move(RootPath), 0); in buildTitleLinks() 792 SmallString<128> RootPath; buildTitleLinks() local
75 StringRef RootPath; variable
78 if (Path.consume_front(RootPath) && Path.empty()) in getOrCreateLibrary() 275 RootPath = ""; in scanForFrameworks()