Searched refs:CreateSymlink (Results 1 – 8 of 8) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/ |
| D | PlatformPOSIX.cpp | 350 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()
|
| D | PlatformPOSIX.h | 71 CreateSymlink(const char *src, const char *dst);
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/ |
| D | PlatformRemoteGDBServer.h | 196 CreateSymlink (const char *src, const char *dst);
|
| D | PlatformRemoteGDBServer.cpp | 665 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/ |
| D | Platform.cpp | 502 … 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/ |
| D | GDBRemoteCommunicationClient.h | 450 CreateSymlink (const char *src,
|
| D | GDBRemoteCommunicationClient.cpp | 3086 GDBRemoteCommunicationClient::CreateSymlink (const char *src, const char *dst) in CreateSymlink() function in GDBRemoteCommunicationClient
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/ |
| D | Platform.h | 637 CreateSymlink (const char *src, // The name of the link is in src
|