Searched refs:RelPath (Results 1 – 2 of 2) sorted by relevance
215 StringRef RelPath = SP->getFilename(); in getFilename() local216 if (sys::fs::exists(RelPath)) in getFilename()217 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()