Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/linux/
H A DHostInfoLinux.cpp124 std::string id_string(distribution_id + strlen(distributor_id_key)); in GetDistributionId() local
125 id_string.erase(std::remove(id_string.begin(), id_string.end(), '\n'), in GetDistributionId()
126 id_string.end()); in GetDistributionId()
130 id_string.begin(), id_string.end(), id_string.begin(), in GetDistributionId()
133 g_fields->m_distribution_id = id_string; in GetDistributionId()