Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DPlatform.h554 virtual bool GetSupportsRSync() { return m_supports_rsync; } in GetSupportsRSync()
556 virtual void SetSupportsRSync(bool flag) { m_supports_rsync = flag; } in SetSupportsRSync()
919 bool m_supports_rsync; variable
/openbsd/src/gnu/llvm/lldb/source/Target/
DPlatform.cpp275 m_max_gid_name_len(0), m_supports_rsync(false), m_rsync_opts(), in Platform()