Searched refs:OrigPath (Results 1 – 2 of 2) sorted by relevance
169 bool findDebugBinary(const std::string &OrigPath, in findDebugBinary() argument172 std::string OrigRealPath = OrigPath; in findDebugBinary()174 if (char *RP = realpath(OrigPath.c_str(), nullptr)) { in findDebugBinary()
530 StringRef OrigPath(Path.begin(), Path.size()); in replace_path_prefix() local531 if (!OrigPath.startswith(OldPrefix)) in replace_path_prefix()540 StringRef RelPath = OrigPath.substr(OldPrefix.size()); in replace_path_prefix()