Home
last modified time | relevance | path

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

/system/update_engine/
Domaha_request_action.cc243 string escaped_xml_value; in GetCohortArgXml() local
244 if (!XmlEncode(cohort_value, &escaped_xml_value)) { in GetCohortArgXml()
251 "%s=\"%s\" ", arg_name.c_str(), escaped_xml_value.c_str()); in GetCohortArgXml()