Home
last modified time | relevance | path

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

/system/update_engine/
Domaha_request_action.cc92 constexpr char kAttrCohortName[] = "cohortname"; variable
561 if (attrs.find(kAttrCohortName) != attrs.end()) { in ParserHandlerStart()
563 app.cohortname = attrs[kAttrCohortName]; in ParserHandlerStart()