/external/openssh/ |
D | sftp.c | 369 make_absolute(char *p, const char *pwd) in make_absolute() function 611 abs_src = make_absolute(abs_src, pwd); in process_get() 700 tmp_dst = make_absolute(tmp_dst, pwd); in process_put() 747 abs_dst = make_absolute(xstrdup(filename), pwd); in process_put() 1467 path1 = make_absolute(path1, *pwd); in parse_dispatch_command() 1468 path2 = make_absolute(path2, *pwd); in parse_dispatch_command() 1475 path1 = make_absolute(path1, *pwd); in parse_dispatch_command() 1476 path2 = make_absolute(path2, *pwd); in parse_dispatch_command() 1480 path1 = make_absolute(path1, *pwd); in parse_dispatch_command() 1491 path1 = make_absolute(path1, *pwd); in parse_dispatch_command() [all …]
|
/external/clang/lib/ARCMigrate/ |
D | FileRemapper.cpp | 134 fs::make_absolute(origPath); in flushToFile() 140 fs::make_absolute(newPath); in flushToFile()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Path.cpp | 806 static std::error_code make_absolute(const Twine ¤t_directory, in make_absolute() function 863 std::error_code make_absolute(const Twine ¤t_directory, in make_absolute() function 865 return make_absolute(current_directory, path, true); in make_absolute() 868 std::error_code make_absolute(SmallVectorImpl<char> &path) { in make_absolute() function 869 return make_absolute(Twine(), path, false); in make_absolute()
|
/external/llvm/lib/Support/ |
D | Path.cpp | 804 static std::error_code make_absolute(const Twine ¤t_directory, in make_absolute() function 861 std::error_code make_absolute(const Twine ¤t_directory, in make_absolute() function 863 return make_absolute(current_directory, path, true); in make_absolute() 866 std::error_code make_absolute(SmallVectorImpl<char> &path) { in make_absolute() function 867 return make_absolute(Twine(), path, false); in make_absolute()
|
D | LockFileManager.cpp | 146 if (std::error_code EC = sys::fs::make_absolute(this->FileName)) { in LockFileManager()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Path.cpp | 843 static std::error_code make_absolute(const Twine ¤t_directory, in make_absolute() function 897 std::error_code make_absolute(const Twine ¤t_directory, in make_absolute() function 899 return make_absolute(current_directory, path, true); in make_absolute() 902 std::error_code make_absolute(SmallVectorImpl<char> &path) { in make_absolute() function 903 return make_absolute(Twine(), path, false); in make_absolute()
|
D | LockFileManager.cpp | 160 if (std::error_code EC = sys::fs::make_absolute(this->FileName)) { in LockFileManager()
|
/external/clang/lib/Basic/ |
D | FileManager.cpp | 407 llvm::sys::fs::make_absolute(Path); in makeAbsolutePath() 540 llvm::sys::fs::make_absolute(CanonicalNameBuf); in getCanonicalName()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/ |
D | llvm-rc.cpp | 137 llvm::sys::fs::make_absolute(InputFile); in main()
|
/external/clang/lib/Frontend/ |
D | ModuleDependencyCollector.cpp | 186 fs::make_absolute(AbsoluteSrc); in copyToRoot()
|
D | CacheTokens.cpp | 579 llvm::sys::fs::make_absolute(MainFilePath); in CacheTokens()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-config/ |
D | llvm-config.cpp | 285 sys::fs::make_absolute(CurrentPath); in main() 338 sys::fs::make_absolute(ActivePrefix, path); in main()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | FileSystem.h | 119 error_code make_absolute(SmallVectorImpl<char> &path);
|
D | PathV1.h | 504 LLVM_PATH_DEPRECATED_MSG(fs::make_absolute));
|
/external/llvm/include/llvm/Support/ |
D | FileSystem.h | 294 std::error_code make_absolute(const Twine ¤t_directory, 308 std::error_code make_absolute(SmallVectorImpl<char> &path);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | FileSystem.h | 297 std::error_code make_absolute(const Twine ¤t_directory, 311 std::error_code make_absolute(SmallVectorImpl<char> &path);
|
/external/swiftshader/third_party/LLVM/unittests/Support/ |
D | Path.cpp | 129 ASSERT_NO_ERROR(fs::make_absolute(temp_store)); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | FileSystem.h | 286 std::error_code make_absolute(const Twine ¤t_directory, 300 std::error_code make_absolute(SmallVectorImpl<char> &path);
|
/external/llvm/tools/llvm-config/ |
D | llvm-config.cpp | 282 sys::fs::make_absolute(CurrentPath); in main()
|
/external/clang/tools/driver/ |
D | driver.cpp | 291 llvm::sys::fs::make_absolute(InstalledPath); in SetInstallDir()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-opt-report/ |
D | OptReport.cpp | 303 if (std::error_code EC = sys::fs::make_absolute(InputRelDir, FileName)) { in writeReport()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | HTMLDiagnostics.cpp | 297 llvm::sys::fs::make_absolute(Model)) { in ReportDiag()
|
/external/llvm/unittests/Support/ |
D | Path.cpp | 142 ASSERT_NO_ERROR(fs::make_absolute(temp_store)); in TEST() 157 ASSERT_NO_ERROR(sys::fs::make_absolute("/root", Relative)); in TEST()
|
/external/clang/lib/Tooling/ |
D | Tooling.cpp | 166 std::error_code EC = llvm::sys::fs::make_absolute(AbsolutePath); in getAbsolutePath()
|
/external/llvm/tools/llvm-cov/ |
D | CodeCoverage.cpp | 425 if (std::error_code EC = sys::fs::make_absolute(Path)) { in run()
|