Home
last modified time | relevance | path

Searched defs:omaha_url (Results 1 – 6 of 6) sorted by relevance

/system/update_engine/
Dimage_properties.h66 std::string omaha_url; member
Dupdate_attempter.cc248 const string& omaha_url, in Update()
360 const string& omaha_url, in CalculateUpdateParams()
948 const string& omaha_url, in CheckForUpdate()
1004 const string& omaha_url) { in CheckForInstall()
Dcommon_service.cc107 const string& omaha_url, in AttemptInstall()
Dupdate_attempter_unittest.cc115 string omaha_url = "fake_omaha_url"; member
175 const std::string& omaha_url, in Update()
/system/update_engine/scripts/
Dupdate_device.py303 def OmahaUpdateCommand(omaha_url): argument
/system/update_engine/client_library/
Dclient_dbus.cc88 bool DBusUpdateEngineClient::AttemptInstall(const string& omaha_url, in AttemptInstall()