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
  631 lldb::user_id_t PlatformRemoteGDBServer::OpenFile(const FileSpec &file_spec,
tools/lldb/source/Target/RemoteAwarePlatform.cpp
   63 lldb::user_id_t RemoteAwarePlatform::OpenFile(const FileSpec &file_spec,

References

tools/lldb/source/Commands/CommandObjectPlatform.cpp
  507       lldb::user_id_t fd = platform_sp->OpenFile(
tools/lldb/source/Target/Platform.cpp
 1238   lldb::user_id_t dest_file = OpenFile(
 1638   auto src_fd = OpenFile(src_file_spec, File::eOpenOptionRead,
tools/lldb/source/Target/RemoteAwarePlatform.cpp
   69     return m_remote_platform_sp->OpenFile(file_spec, flags, mode, error);
   70   return Platform::OpenFile(file_spec, flags, mode, error);