Home | History | Annotate | Download | only in Support

Lines Matching full:origpath

531   StringRef OrigPath(Path.begin(), Path.size());
532 if (!OrigPath.startswith(OldPrefix))
541 StringRef RelPath = OrigPath.substr(OldPrefix.size());