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

References

tools/lldb/source/Target/Platform.cpp
  639             src.GetPath().c_str(), dst.GetPath().c_str());
  640   FileSpec fixed_dst(dst);
  647   if (dst) {
  648     if (dst.GetDirectory()) {
  649       const char first_dst_dir_char = dst.GetDirectory().GetCString()[0];
  651         fixed_dst.GetDirectory() = dst.GetDirectory();
  661           relative_spec.AppendPathComponent(dst.GetPath());
  666               dst.GetPath().c_str());
  676             dst.GetPath().c_str());
  691             src.GetPath().c_str(), dst.GetPath().c_str(),
  695     error = PutFile(src, dst);
  728         error = CreateSymlink(dst, src_resolved);