Searched refs:OrigPath (Results 1 – 7 of 7) sorted by relevance
97 const char *OrigPath = getcwd(PathBuf, 1024); in TEST() local121 ASSERT_FALSE(chdir(OrigPath)); in TEST()
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()
166 bool findDebugBinary(const std::string &OrigPath, in findDebugBinary() argument169 std::string OrigRealPath = OrigPath; in findDebugBinary()171 if (char *RP = realpath(OrigPath.c_str(), nullptr)) { in findDebugBinary()
531 StringRef OrigPath(Path.begin(), Path.size()); in replace_path_prefix() local532 if (!OrigPath.startswith(OldPrefix)) in replace_path_prefix()541 StringRef RelPath = OrigPath.substr(OldPrefix.size()); in replace_path_prefix()
521 StringRef OrigPath(Path.begin(), Path.size()); in replace_path_prefix() local522 if (!OrigPath.startswith(OldPrefix)) in replace_path_prefix()531 StringRef RelPath = OrigPath.substr(OldPrefix.size()); in replace_path_prefix()