Searched refs:RelPath (Results 1 – 3 of 3) sorted by relevance
831 std::string buildRelLinkToFile(StringRef RelPath) const { in buildRelLinkToFile()832 SmallString<128> LinkTextStr(RelPath); in buildRelLinkToFile()
219 StringRef RelPath = SP->getFilename(); in getFilename() local220 if (sys::fs::exists(RelPath)) in getFilename()221 Path = RelPath; in getFilename()
533 StringRef RelPath = OrigPath.substr(OldPrefix.size()); in replace_path_prefix() local535 (Twine(NewPrefix) + RelPath).toVector(NewPath); in replace_path_prefix()