Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp350 PlatformPOSIX::CreateSymlink(const char *src, const char *dst) in CreateSymlink() function in PlatformPOSIX
355 return m_remote_platform_sp->CreateSymlink(src, dst); in CreateSymlink()
357 return Platform::CreateSymlink(src, dst); in CreateSymlink()
DPlatformPOSIX.h71 CreateSymlink(const char *src, const char *dst);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.h196 CreateSymlink (const char *src, const char *dst);
DPlatformRemoteGDBServer.cpp665 PlatformRemoteGDBServer::CreateSymlink (const char *src, // The name of the link is in src in CreateSymlink() function in PlatformRemoteGDBServer
668 Error error = m_gdb_client.CreateSymlink (src, dst); in CreateSymlink()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DPlatform.cpp502 … rc_baton->error = rc_baton->platform_ptr->CreateSymlink(dst_file.GetPath().c_str(), buf); in RecurseCopy_Callback()
652 error = CreateSymlink(dst.GetPath().c_str(), buf); in Install()
1140 Platform::CreateSymlink (const char *src, // The name of the link is in src in CreateSymlink() function in Platform
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h450 CreateSymlink (const char *src,
DGDBRemoteCommunicationClient.cpp3086 GDBRemoteCommunicationClient::CreateSymlink (const char *src, const char *dst) in CreateSymlink() function in GDBRemoteCommunicationClient
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DPlatform.h637 CreateSymlink (const char *src, // The name of the link is in src