Searched refs:Unlink (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp130 Status RemoteAwarePlatform::Unlink(const FileSpec &file_spec) { function in class:RemoteAwarePlatform
134 return m_remote_platform_sp->Unlink(file_spec);
135 return Platform::Unlink(file_spec);
H A DPlatform.cpp1295 Status Platform::Unlink(const FileSpec &path) { function in class:Platform
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h42 Status Unlink(const FileSpec &file_spec) override;
H A DPlatform.h571 virtual Status Unlink(const FileSpec &file_spec);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h136 Status Unlink(const FileSpec &path) override;
H A DPlatformRemoteGDBServer.cpp679 Status PlatformRemoteGDBServer::Unlink(const FileSpec &file_spec) { function in class:PlatformRemoteGDBServer
680 Status error = m_gdb_client.Unlink(file_spec);
682 LLDB_LOGF(log, "PlatformRemoteGDBServer::Unlink(path='%s') error = %u (%s)",
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h375 Status Unlink(const FileSpec &file_spec);
H A DGDBRemoteCommunicationClient.cpp3107 Status GDBRemoteCommunicationClient::Unlink(const FileSpec &file_spec) {
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdbarch.sh2211 /* Unlink THIS. */

Completed in 114 milliseconds