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
  638 bool PlatformRemoteGDBServer::CloseFile(lldb::user_id_t fd, Status &error) {
tools/lldb/source/Target/RemoteAwarePlatform.cpp
   73 bool RemoteAwarePlatform::CloseFile(lldb::user_id_t fd, Status &error) {

References

tools/lldb/source/Commands/CommandObjectPlatform.cpp
  555       bool success = platform_sp->CloseFile(fd, error);
tools/lldb/source/Target/Platform.cpp
 1268   CloseFile(dest_file, error);
 1667   CloseFile(src_fd, close_error); // Ignoring close error.
tools/lldb/source/Target/RemoteAwarePlatform.cpp
   77     return m_remote_platform_sp->CloseFile(fd, error);
   78   return Platform::CloseFile(fd, error);