Searched refs:RootPath (Results 1 – 3 of 3) sorted by relevance
787 SmallString<128> RootPath; in buildTitleLinks() local794 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()
75 StringRef RootPath; variable
77 if (Path.consume_front(RootPath) && Path.empty()) in getOrCreateLibrary()274 RootPath = ""; in scanForFrameworks()