Home
last modified time | relevance | path

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

/system/update_engine/
Domaha_request_action.cc96 constexpr char kAttrCohortHint[] = "cohorthint"; variable
187 if (attrs.find(kAttrCohortHint) != attrs.end()) in ParserHandlerStart()
188 app.cohorthint = attrs[kAttrCohortHint]; in ParserHandlerStart()