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

Overridden By

tools/lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
  187 Status PlatformAndroid::GetFile(const FileSpec &source,
tools/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h
   56   GetFile(const lldb_private::FileSpec &source,
tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
  296 lldb_private::Status PlatformPOSIX::GetFile(

Declarations

tools/lldb/include/lldb/Target/Platform.h
  537   virtual Status GetFile(const FileSpec &source, const FileSpec &destination);

References

tools/lldb/source/API/SBPlatform.cpp
  459     sb_error.ref() = platform_sp->GetFile(src.ref(), dst.ref());
tools/lldb/source/Commands/CommandObjectPlatform.cpp
  822       Status error = platform_sp->GetFile(FileSpec(remote_file_path),
tools/lldb/source/Commands/CommandObjectTarget.cpp
  364                 Status err = platform_sp->GetFile(remote_file, file_spec);
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
  207   Status err = platform->GetFile(module_spec.GetFileSpec(), module_cache_spec);
tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
  405   return Platform::GetFile(source, destination);