Home
last modified time | relevance | path

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

/system/update_engine/
Domaha_request_action.cc91 constexpr char kAttrCohortHint[] = "cohorthint"; variable
557 if (attrs.find(kAttrCohortHint) != attrs.end()) { in ParserHandlerStart()
559 app.cohorthint = attrs[kAttrCohortHint]; in ParserHandlerStart()