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

Declarations

tools/lldb/include/lldb/Host/FileSystem.h
   55   Status Symlink(const FileSpec &src, const FileSpec &dst);

References

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  708   Status error = FileSystem::Instance().Symlink(src_spec, FileSpec(dst));
tools/lldb/source/Target/RemoteAwarePlatform.cpp
  116     return FileSystem::Instance().Symlink(src, dst);