Searched refs:OrigPath (Results 1 – 4 of 4) sorted by relevance
83 const char *OrigPath = getcwd(PathBuf, 1024); in TEST() local104 ASSERT_FALSE(chdir(OrigPath)); in TEST()
171 bool findDebugBinary(const std::string &OrigPath,
417 bool LLVMSymbolizer::findDebugBinary(const std::string &OrigPath, in findDebugBinary() argument420 SmallString<16> OrigDir(OrigPath); in findDebugBinary()
523 StringRef OrigPath(Path.begin(), Path.size()); in replace_path_prefix() local524 if (!starts_with(OrigPath, OldPrefix, style)) in replace_path_prefix()533 StringRef RelPath = OrigPath.substr(OldPrefix.size()); in replace_path_prefix()