Home
last modified time | relevance | path

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

/system/update_engine/
Domaha_request_action.cc97 constexpr char kAttrCohortName[] = "cohortname"; variable
189 if (attrs.find(kAttrCohortName) != attrs.end()) in ParserHandlerStart()
190 app.cohortname = attrs[kAttrCohortName]; in ParserHandlerStart()