Home
last modified time | relevance | path

Searched refs:m_supports_rsync (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h576 virtual bool GetSupportsRSync() { return m_supports_rsync; } in GetSupportsRSync()
578 virtual void SetSupportsRSync(bool flag) { m_supports_rsync = flag; } in SetSupportsRSync()
954 bool m_supports_rsync; variable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp237 m_max_gid_name_len(0), m_supports_rsync(false), m_rsync_opts(), in Platform()