Home
last modified time | relevance | path

Searched refs:CreateSymlink (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h139 Status CreateSymlink(const FileSpec &src, const FileSpec &dst) override;
H A DPlatformRemoteGDBServer.cpp678 Status PlatformRemoteGDBServer::CreateSymlink( in CreateSymlink() function in PlatformRemoteGDBServer
682 Status error = m_gdb_client.CreateSymlink(src, dst); in CreateSymlink()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h62 CreateSymlink(const lldb_private::FileSpec &src,
H A DPlatformPOSIX.cpp455 Status PlatformPOSIX::CreateSymlink(const FileSpec &src, const FileSpec &dst) { in CreateSymlink() function in PlatformPOSIX
459 return m_remote_platform_sp->CreateSymlink(src, dst); in CreateSymlink()
461 return Platform::CreateSymlink(src, dst); in CreateSymlink()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h388 Status CreateSymlink(const FileSpec &src, const FileSpec &dst);
H A DGDBRemoteCommunicationClient.cpp3040 Status GDBRemoteCommunicationClient::CreateSymlink(const FileSpec &src, in CreateSymlink() function in GDBRemoteCommunicationClient
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp612 rc_baton->platform_ptr->CreateSymlink(dst_file, src_resolved); in RecurseCopy_Callback()
738 error = CreateSymlink(dst, src_resolved); in Install()
1335 Platform::CreateSymlink(const FileSpec &src, // The name of the link is in src in CreateSymlink() function in Platform
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h593 CreateSymlink(const FileSpec &src, // The name of the link is in src