Searched refs:Symlink (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Host/posix/ |
| H A D | FileSystemPosix.cpp | 36 Status FileSystem::Symlink(const FileSpec &src, const FileSpec &dst) { in Symlink() function in FileSystem
|
| /llvm-project-15.0.7/lldb/source/Host/windows/ |
| H A D | FileSystem.cpp | 30 Status FileSystem::Symlink(const FileSpec &src, const FileSpec &dst) { in Symlink() function in FileSystem
|
| /llvm-project-15.0.7/lldb/include/lldb/Host/ |
| H A D | FileSystem.h | 46 Status Symlink(const FileSpec &src, const FileSpec &dst);
|
| /llvm-project-15.0.7/llvm/tools/llvm-go/ |
| H A D | llvm-go.go | 179 err = os.Symlink(abspath, path)
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/ |
| H A D | BUILD.gn | 38 # Symlink handling.
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | Path.cpp | 2475 SmallString<128> Symlink(RootTestDirectory.path()); in TEST_F() local 2476 path::append(Symlink, "symlink"); in TEST_F() 2477 ASSERT_NO_ERROR(fs::create_link(path::filename(Sources[2]), Symlink)); in TEST_F() 2478 verifyFileContents(Symlink, Data[2]); in TEST_F() 2484 ASSERT_NO_ERROR(fs::getUniqueID(Symlink, SymlinkID)); in TEST_F() 2489 fs::copy_file(Symlink, Destination); in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 954 if (auto Symlink = dyn_cast<detail::InMemorySymbolicLink>(Node)) { in lookupNode() local 958 return detail::NamedNodeOrError(Path, Symlink); in lookupNode() 963 SmallString<128> TargetPath = Symlink->getTargetPath(); in lookupNode()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerCommon.cpp | 716 Status error = FileSystem::Instance().Symlink(src_spec, FileSpec(dst)); in Handle_vFile_symlink()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Platform.cpp | 1249 return FileSystem::Instance().Symlink(src, dst); in CreateSymlink()
|