Home
last modified time | relevance | path

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

1234

/external/openssh/
Dsftp.c389 make_absolute(char *p, const char *pwd) in make_absolute() function
655 abs_src = make_absolute(abs_src, pwd); in process_get()
744 tmp_dst = make_absolute(tmp_dst, pwd); in process_put()
791 abs_dst = make_absolute(xstrdup(filename), pwd); in process_put()
1580 path1 = make_absolute(path1, *pwd); in parse_dispatch_command()
1581 path2 = make_absolute(path2, *pwd); in parse_dispatch_command()
1589 path1 = make_absolute(path1, *pwd); in parse_dispatch_command()
1590 path2 = make_absolute(path2, *pwd); in parse_dispatch_command()
1594 path1 = make_absolute(path1, *pwd); in parse_dispatch_command()
1605 path1 = make_absolute(path1, *pwd); in parse_dispatch_command()
[all …]
/external/llvm-project/lldb/unittests/TestingSupport/
DTestUtilities.cpp24 llvm::sys::fs::make_absolute(result); in GetInputFilePath()
/external/llvm-project/lld/Common/
DReproduce.cpp26 if (fs::make_absolute(abs)) in relativeToRoot()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Testing/Support/
DSupportHelpers.cpp19 llvm::sys::fs::make_absolute(BaseDir); in findSrcDirMap()
/external/llvm-project/llvm/lib/Testing/Support/
DSupportHelpers.cpp19 llvm::sys::fs::make_absolute(BaseDir); in findSrcDirMap()
/external/llvm-project/clang/unittests/Frontend/
DCompilerInstanceTest.cpp32 sys::fs::make_absolute(CurrentPath, FileName); in TEST()
/external/llvm-project/clang-tools-extra/clang-tidy/tool/
Drun-clang-tidy.py76 def make_absolute(f, directory): function
267 files = [make_absolute(entry['file'], entry['directory'])
/external/clang/lib/ARCMigrate/
DFileRemapper.cpp134 fs::make_absolute(origPath); in flushToFile()
140 fs::make_absolute(newPath); in flushToFile()
/external/llvm-project/clang/lib/ARCMigrate/
DFileRemapper.cpp133 fs::make_absolute(origPath); in flushToFile()
139 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/clang/lib/Frontend/
DModuleDependencyCollector.cpp186 fs::make_absolute(AbsoluteSrc); in copyToRoot()
/external/clang/lib/Basic/
DFileManager.cpp407 llvm::sys::fs::make_absolute(Path); in makeAbsolutePath()
540 llvm::sys::fs::make_absolute(CanonicalNameBuf); in getCanonicalName()
/external/llvm-project/clang/lib/Frontend/
DModuleDependencyCollector.cpp189 fs::make_absolute(AbsoluteSrc); in copyToRoot()
/external/llvm-project/llvm/tools/llvm-config/
Dllvm-config.cpp306 sys::fs::make_absolute(CurrentPath); in main()
362 sys::fs::make_absolute(ActivePrefix, path); in main()
/external/llvm-project/llvm/tools/llvm-rc/
Dllvm-rc.cpp142 llvm::sys::fs::make_absolute(InputFile); in main()
/external/llvm-project/llvm/lib/Support/
DLockFileManager.cpp164 if (std::error_code EC = sys::fs::make_absolute(this->FileName)) { in LockFileManager()
DFileCollector.cpp83 sys::fs::make_absolute(AbsoluteSrc); in addFileImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DLockFileManager.cpp159 if (std::error_code EC = sys::fs::make_absolute(this->FileName)) { in LockFileManager()
DFileCollector.cpp74 sys::fs::make_absolute(AbsoluteSrc); in addFileImpl()
/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/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/llvm-project/llvm/lib/Remarks/
DYAMLRemarkSerializer.cpp237 sys::fs::make_absolute(FilenameBuf); in emitExternalFile()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DYAMLRemarkSerializer.cpp237 sys::fs::make_absolute(FilenameBuf); in emitExternalFile()

1234