Searched refs:OrigPath (Results 1 - 2 of 2) sorted by relevance

/external/llvm/unittests/Support/
H A DLockFileManagerTest.cpp97 const char *OrigPath = getcwd(PathBuf, 1024); local
121 chdir(OrigPath);
/external/llvm/tools/llvm-symbolizer/
H A DLLVMSymbolize.cpp230 static bool findDebugBinary(const std::string &OrigPath, argument
233 std::string OrigRealPath = OrigPath;
235 if (char *RP = realpath(OrigPath.c_str(), nullptr)) {

Completed in 143 milliseconds