Home
last modified time | relevance | path

Searched refs:m_distribution_id (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Host/linux/
DHostInfoLinux.cpp29 std::string m_distribution_id; member
139 g_fields->m_distribution_id = id_string; in GetDistributionId()
141 g_fields->m_distribution_id.c_str()); in GetDistributionId()
158 return g_fields->m_distribution_id; in GetDistributionId()
/external/llvm-project/lldb/include/lldb/Utility/
DArchSpec.h522 ConstString m_distribution_id; variable
/external/llvm-project/lldb/source/Utility/
DArchSpec.cpp521 m_distribution_id.Clear(); in Clear()
666 return m_distribution_id; in GetDistributionId()
670 m_distribution_id.SetCString(distribution_id); in SetDistributionId()