Searched refs:RelPath (Results 1 – 3 of 3) sorted by relevance
190 StringRef RelPath = SP->getFilename(); in getFilename() local191 if (sys::fs::exists(RelPath)) in getFilename()192 Path = RelPath; in getFilename()
540 StringRef RelPath = OrigPath.substr(OldPrefix.size()); in replace_path_prefix() local543 path::append(NewPath, style, RelPath); in replace_path_prefix()
527 std::string RelPath = relativeToRoot(Path); in createResponseFile() local528 OS << "/libpath:" << quote(RelPath) << "\n"; in createResponseFile()