Home
last modified time | relevance | path

Searched refs:make_absolute (Results 1 – 25 of 37) sorted by relevance

12

/external/openssh/
Dsftp.c369 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/
DFileRemapper.cpp134 fs::make_absolute(origPath); in flushToFile()
140 fs::make_absolute(newPath); in flushToFile()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp806 static std::error_code make_absolute(const Twine &current_directory, in make_absolute() function
863 std::error_code make_absolute(const Twine &current_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/
DPath.cpp804 static std::error_code make_absolute(const Twine &current_directory, in make_absolute() function
861 std::error_code make_absolute(const Twine &current_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()
DLockFileManager.cpp146 if (std::error_code EC = sys::fs::make_absolute(this->FileName)) { in LockFileManager()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DPath.cpp843 static std::error_code make_absolute(const Twine &current_directory, in make_absolute() function
897 std::error_code make_absolute(const Twine &current_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()
DLockFileManager.cpp160 if (std::error_code EC = sys::fs::make_absolute(this->FileName)) { in LockFileManager()
/external/clang/lib/Basic/
DFileManager.cpp407 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/
Dllvm-rc.cpp137 llvm::sys::fs::make_absolute(InputFile); in main()
/external/clang/lib/Frontend/
DModuleDependencyCollector.cpp186 fs::make_absolute(AbsoluteSrc); in copyToRoot()
DCacheTokens.cpp579 llvm::sys::fs::make_absolute(MainFilePath); in CacheTokens()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-config/
Dllvm-config.cpp285 sys::fs::make_absolute(CurrentPath); in main()
338 sys::fs::make_absolute(ActivePrefix, path); in main()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DFileSystem.h119 error_code make_absolute(SmallVectorImpl<char> &path);
DPathV1.h504 LLVM_PATH_DEPRECATED_MSG(fs::make_absolute));
/external/llvm/include/llvm/Support/
DFileSystem.h294 std::error_code make_absolute(const Twine &current_directory,
308 std::error_code make_absolute(SmallVectorImpl<char> &path);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h297 std::error_code make_absolute(const Twine &current_directory,
311 std::error_code make_absolute(SmallVectorImpl<char> &path);
/external/swiftshader/third_party/LLVM/unittests/Support/
DPath.cpp129 ASSERT_NO_ERROR(fs::make_absolute(temp_store)); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DFileSystem.h286 std::error_code make_absolute(const Twine &current_directory,
300 std::error_code make_absolute(SmallVectorImpl<char> &path);
/external/llvm/tools/llvm-config/
Dllvm-config.cpp282 sys::fs::make_absolute(CurrentPath); in main()
/external/clang/tools/driver/
Ddriver.cpp291 llvm::sys::fs::make_absolute(InstalledPath); in SetInstallDir()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-opt-report/
DOptReport.cpp303 if (std::error_code EC = sys::fs::make_absolute(InputRelDir, FileName)) { in writeReport()
/external/clang/lib/StaticAnalyzer/Core/
DHTMLDiagnostics.cpp297 llvm::sys::fs::make_absolute(Model)) { in ReportDiag()
/external/llvm/unittests/Support/
DPath.cpp142 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/
DTooling.cpp166 std::error_code EC = llvm::sys::fs::make_absolute(AbsolutePath); in getAbsolutePath()
/external/llvm/tools/llvm-cov/
DCodeCoverage.cpp425 if (std::error_code EC = sys::fs::make_absolute(Path)) { in run()

12