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

References

tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
  271           command.Printf("rsync %s %s %s", GetRSyncOpts(), src_path.c_str(),
  274           command.Printf("rsync %s %s %s%s", GetRSyncOpts(), src_path.c_str(),
  277         command.Printf("rsync %s %s %s:%s", GetRSyncOpts(), src_path.c_str(),
  327           command.Printf("rsync %s %s %s", GetRSyncOpts(), src_path.c_str(),
  330           command.Printf("rsync %s %s%s %s", GetRSyncOpts(), GetRSyncPrefix(),
  333         command.Printf("rsync %s %s:%s %s", GetRSyncOpts(),
  412     if ((GetRSyncOpts() && *GetRSyncOpts()) ||
  412     if ((GetRSyncOpts() && *GetRSyncOpts()) ||
  415       if (GetRSyncOpts() && *GetRSyncOpts())
  415       if (GetRSyncOpts() && *GetRSyncOpts())
  416         stream.Printf("'%s' ", GetRSyncOpts());