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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp113 Status RemoteAwarePlatform::CreateSymlink(const FileSpec &src, function in class:RemoteAwarePlatform
118 return m_remote_platform_sp->CreateSymlink(src, dst);
119 return Platform::CreateSymlink(src, dst);
H A DPlatform.cpp604 rc_baton->platform_ptr->CreateSymlink(dst_file, src_resolved);
728 error = CreateSymlink(dst, src_resolved);
1284 Platform::CreateSymlink(const FileSpec &src, // The name of the link is in src function in class:Platform
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h38 Status CreateSymlink(const FileSpec &src, const FileSpec &dst) override;
H A DPlatform.h540 CreateSymlink(const FileSpec &src, // The name of the link is in src
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h132 Status CreateSymlink(const FileSpec &src, const FileSpec &dst) override;
H A DPlatformRemoteGDBServer.cpp665 Status PlatformRemoteGDBServer::CreateSymlink( function in class:PlatformRemoteGDBServer
669 Status error = m_gdb_client.CreateSymlink(src, dst);
672 "PlatformRemoteGDBServer::CreateSymlink(src='%s', dst='%s') "
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h373 Status CreateSymlink(const FileSpec &src, const FileSpec &dst);
H A DGDBRemoteCommunicationClient.cpp3073 Status GDBRemoteCommunicationClient::CreateSymlink(const FileSpec &src,

Completed in 162 milliseconds