Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DRemoteAwarePlatform.cpp249 Status RemoteAwarePlatform::CreateSymlink(const FileSpec &src, in CreateSymlink() function in RemoteAwarePlatform
252 return m_remote_platform_sp->CreateSymlink(src, dst); in CreateSymlink()
253 return Platform::CreateSymlink(src, dst); in CreateSymlink()
H A DPlatform.cpp478 rc_baton->platform_ptr->CreateSymlink(dst_file, src_resolved); in RecurseCopy_Callback()
602 error = CreateSymlink(dst, src_resolved); in Install()
1245 Platform::CreateSymlink(const FileSpec &src, // The name of the link is in src in CreateSymlink() function in Platform
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h42 Status CreateSymlink(const FileSpec &src, const FileSpec &dst) override;
H A DPlatform.h514 CreateSymlink(const FileSpec &src, // The name of the link is in src
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h129 Status CreateSymlink(const FileSpec &src, const FileSpec &dst) override;
H A DPlatformRemoteGDBServer.cpp636 Status PlatformRemoteGDBServer::CreateSymlink( in CreateSymlink() function in PlatformRemoteGDBServer
642 Status error = m_gdb_client_up->CreateSymlink(src, dst); in CreateSymlink()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h382 Status CreateSymlink(const FileSpec &src, const FileSpec &dst);
H A DGDBRemoteCommunicationClient.cpp3291 Status GDBRemoteCommunicationClient::CreateSymlink(const FileSpec &src, in CreateSymlink() function in GDBRemoteCommunicationClient