reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
  679 Status PlatformRemoteGDBServer::Unlink(const FileSpec &file_spec) {
tools/lldb/source/Target/RemoteAwarePlatform.cpp
  130 Status RemoteAwarePlatform::Unlink(const FileSpec &file_spec) {

Declarations

tools/lldb/include/lldb/Target/Platform.h
  574   virtual Status Unlink(const FileSpec &file_spec);

References

tools/lldb/source/Target/RemoteAwarePlatform.cpp
  134     return m_remote_platform_sp->Unlink(file_spec);
  135   return Platform::Unlink(file_spec);