Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h589 virtual bool GetSupportsRSync() { return m_supports_rsync; } in GetSupportsRSync()
591 virtual void SetSupportsRSync(bool flag) { m_supports_rsync = flag; } in SetSupportsRSync()
898 bool m_supports_rsync; variable
/external/llvm-project/lldb/source/Target/
DPlatform.cpp389 m_max_uid_name_len(0), m_max_gid_name_len(0), m_supports_rsync(false), in Platform()