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