Home
last modified time | relevance | path

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

/system/update_engine/
Domaha_request_action.cc230 string cohort_value; in GetCohortArgXml() local
231 if (!prefs->GetString(prefs_key, &cohort_value) || cohort_value.empty()) in GetCohortArgXml()
236 if (cohort_value.size() > 1024) { in GetCohortArgXml()
244 if (!XmlEncode(cohort_value, &escaped_xml_value)) { in GetCohortArgXml()