HomeSort by relevance Sort by last modified time
    Searched defs:cohort_hint (Results 1 - 2 of 2) sorted by null

  /system/update_engine/
binder_service_brillo.cc 129 string cohort_hint; local
131 CallCommonHandler(&UpdateEngineService::GetCohortHint, &cohort_hint);
133 *out_cohort_hint = String16(cohort_hint.c_str());
update_engine_client.cc 237 cohort_hint, "", "Set the current cohort hint to the passed value.");
341 base::CommandLine::ForCurrentProcess()->HasSwitch("cohort_hint");
351 string cohort_hint; local
352 if (!client_->GetCohortHint(&cohort_hint)) {
357 LOG(INFO) << "Current cohort hint: \"" << cohort_hint << "\"";

Completed in 210 milliseconds