/external/openssh/ |
D | sftp.c | 389 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/ |
D | TestUtilities.cpp | 24 llvm::sys::fs::make_absolute(result); in GetInputFilePath()
|
/external/llvm-project/lld/Common/ |
D | Reproduce.cpp | 26 if (fs::make_absolute(abs)) in relativeToRoot()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Testing/Support/ |
D | SupportHelpers.cpp | 19 llvm::sys::fs::make_absolute(BaseDir); in findSrcDirMap()
|
/external/llvm-project/llvm/lib/Testing/Support/ |
D | SupportHelpers.cpp | 19 llvm::sys::fs::make_absolute(BaseDir); in findSrcDirMap()
|
/external/llvm-project/clang/unittests/Frontend/ |
D | CompilerInstanceTest.cpp | 32 sys::fs::make_absolute(CurrentPath, FileName); in TEST()
|
/external/llvm-project/clang-tools-extra/clang-tidy/tool/ |
D | run-clang-tidy.py | 76 def make_absolute(f, directory): function 267 files = [make_absolute(entry['file'], entry['directory'])
|
/external/clang/lib/ARCMigrate/ |
D | FileRemapper.cpp | 134 fs::make_absolute(origPath); in flushToFile() 140 fs::make_absolute(newPath); in flushToFile()
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | FileRemapper.cpp | 133 fs::make_absolute(origPath); in flushToFile() 139 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/clang/lib/Frontend/ |
D | ModuleDependencyCollector.cpp | 186 fs::make_absolute(AbsoluteSrc); in copyToRoot()
|
/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/llvm-project/clang/lib/Frontend/ |
D | ModuleDependencyCollector.cpp | 189 fs::make_absolute(AbsoluteSrc); in copyToRoot()
|
/external/llvm-project/llvm/tools/llvm-config/ |
D | llvm-config.cpp | 306 sys::fs::make_absolute(CurrentPath); in main() 362 sys::fs::make_absolute(ActivePrefix, path); in main()
|
/external/llvm-project/llvm/tools/llvm-rc/ |
D | llvm-rc.cpp | 142 llvm::sys::fs::make_absolute(InputFile); in main()
|
/external/llvm-project/llvm/lib/Support/ |
D | LockFileManager.cpp | 164 if (std::error_code EC = sys::fs::make_absolute(this->FileName)) { in LockFileManager()
|
D | FileCollector.cpp | 83 sys::fs::make_absolute(AbsoluteSrc); in addFileImpl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | LockFileManager.cpp | 159 if (std::error_code EC = sys::fs::make_absolute(this->FileName)) { in LockFileManager()
|
D | FileCollector.cpp | 74 sys::fs::make_absolute(AbsoluteSrc); in addFileImpl()
|
/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/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/llvm-project/llvm/lib/Remarks/ |
D | YAMLRemarkSerializer.cpp | 237 sys::fs::make_absolute(FilenameBuf); in emitExternalFile()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
D | YAMLRemarkSerializer.cpp | 237 sys::fs::make_absolute(FilenameBuf); in emitExternalFile()
|