Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp268 Status RemoteAwarePlatform::CreateSymlink(const FileSpec &src, in CreateSymlink() function in RemoteAwarePlatform
273 return m_remote_platform_sp->CreateSymlink(src, dst); in CreateSymlink()
274 return Platform::CreateSymlink(src, dst); in CreateSymlink()
H A DPlatform.cpp610 rc_baton->platform_ptr->CreateSymlink(dst_file, src_resolved); in RecurseCopy_Callback()
734 error = CreateSymlink(dst, src_resolved); in Install()
1288 Platform::CreateSymlink(const FileSpec &src, // The name of the link is in src in CreateSymlink() function in Platform
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h42 Status CreateSymlink(const FileSpec &src, const FileSpec &dst) override;
H A DPlatform.h550 CreateSymlink(const FileSpec &src, // The name of the link is in src
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h136 Status CreateSymlink(const FileSpec &src, const FileSpec &dst) override;
H A DPlatformRemoteGDBServer.cpp687 Status PlatformRemoteGDBServer::CreateSymlink( in CreateSymlink() function in PlatformRemoteGDBServer
691 Status error = m_gdb_client.CreateSymlink(src, dst); in CreateSymlink()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h411 Status CreateSymlink(const FileSpec &src, const FileSpec &dst);
H A DGDBRemoteCommunicationClient.cpp3182 Status GDBRemoteCommunicationClient::CreateSymlink(const FileSpec &src, in CreateSymlink() function in GDBRemoteCommunicationClient