Searched refs:LinkTextStr (Results 1 – 1 of 1) sorted by relevance
322 SmallString<128> LinkTextStr(sys::path::relative_path(FCS.Name)); in buildLinkToFile() local323 sys::path::remove_dots(LinkTextStr, /*remove_dot_dots=*/true); in buildLinkToFile()324 sys::path::native(LinkTextStr); in buildLinkToFile()325 std::string LinkText = escape(LinkTextStr, Opts); in buildLinkToFile()