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

References

tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
  411     stream.PutCString("rsync");
  414       stream.Printf(", options: ");
  416         stream.Printf("'%s' ", GetRSyncOpts());
  417       stream.Printf(", prefix: ");
  419         stream.Printf("'%s' ", GetRSyncPrefix());
  421         stream.Printf("ignore remote-hostname ");
  425     stream.PutCString("ssh");
  427       stream.Printf(", options: '%s' ", GetSSHOpts());
  430     stream.Printf("cache dir: %s", GetLocalCacheDirectory());
  431   if (stream.GetSize())
  432     return stream.GetString();