Home
last modified time | relevance | path

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

/system/update_engine/
Domaha_request_action.cc90 constexpr char kAttrCohort[] = "cohort"; variable
553 if (attrs.find(kAttrCohort) != attrs.end()) { in ParserHandlerStart()
555 app.cohort = attrs[kAttrCohort]; in ParserHandlerStart()