Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DRemoteAwarePlatform.cpp250 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 DPlatform.cpp480 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 DRemoteAwarePlatform.h43 Status CreateSymlink(const FileSpec &src, const FileSpec &dst) override;
H A DPlatform.h515 CreateSymlink(const FileSpec &src, // The name of the link is in src
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h130 Status CreateSymlink(const FileSpec &src, const FileSpec &dst) override;
H A DPlatformRemoteGDBServer.cpp631 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 DGDBRemoteCommunicationClient.h377 Status CreateSymlink(const FileSpec &src, const FileSpec &dst);
H A DGDBRemoteCommunicationClient.cpp3297 Status GDBRemoteCommunicationClient::CreateSymlink(const FileSpec &src, in CreateSymlink() function in GDBRemoteCommunicationClient