HomeSort by relevance Sort by last modified time
    Searched refs:forced_omaha_url_ (Results 1 - 3 of 3) sorted by null

  /system/update_engine/
update_attempter.h 516 std::string forced_omaha_url_; member in class:chromeos_update_engine::UpdateAttempter
update_attempter.cc 794 forced_omaha_url_.clear();
801 forced_omaha_url_ = omaha_url;
804 forced_omaha_url_ = constants::kOmahaDefaultAUTestURL;
    [all...]
update_attempter_unittest.cc 103 // Need to expose forced_omaha_url_ so we can test it.
104 const string& forced_omaha_url() const { return forced_omaha_url_; }
    [all...]

Completed in 1067 milliseconds