Searched refs:CreateSymlink (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | RemoteAwarePlatform.cpp | 250 Status RemoteAwarePlatform::CreateSymlink(const FileSpec &src, in CreateSymlink() function in RemoteAwarePlatform 253 return m_remote_platform_sp->CreateSymlink(src, dst); in CreateSymlink() 254 return Platform::CreateSymlink(src, dst); in CreateSymlink()
|
| H A D | Platform.cpp | 480 rc_baton->platform_ptr->CreateSymlink(dst_file, src_resolved); in RecurseCopy_Callback() 604 error = CreateSymlink(dst, src_resolved); in Install() 1246 Platform::CreateSymlink(const FileSpec &src, // The name of the link is in src in CreateSymlink() function in Platform
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | RemoteAwarePlatform.h | 43 Status CreateSymlink(const FileSpec &src, const FileSpec &dst) override;
|
| H A D | Platform.h | 515 CreateSymlink(const FileSpec &src, // The name of the link is in src
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.h | 130 Status CreateSymlink(const FileSpec &src, const FileSpec &dst) override;
|
| H A D | PlatformRemoteGDBServer.cpp | 631 Status PlatformRemoteGDBServer::CreateSymlink( in CreateSymlink() function in PlatformRemoteGDBServer 637 Status error = m_gdb_client_up->CreateSymlink(src, dst); in CreateSymlink()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.h | 377 Status CreateSymlink(const FileSpec &src, const FileSpec &dst);
|
| H A D | GDBRemoteCommunicationClient.cpp | 3297 Status GDBRemoteCommunicationClient::CreateSymlink(const FileSpec &src, in CreateSymlink() function in GDBRemoteCommunicationClient
|