Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/autoupdate_PeriodicCheck/
Dautoupdate_PeriodicCheck.py46 self._create_custom_lsb_release(
63 self._create_custom_lsb_release(nebraska.get_update_url())
/external/autotest/client/site_tests/policy_DeviceAutoUpdateDisabled/
Dpolicy_DeviceAutoUpdateDisabled.py83 self._create_custom_lsb_release(nebraska.get_update_url(),
/external/autotest/client/site_tests/autoupdate_UpdateFromUI/
Dautoupdate_UpdateFromUI.py76 self._create_custom_lsb_release(
/external/autotest/client/site_tests/autoupdate_StartOOBEUpdate/
Dautoupdate_StartOOBEUpdate.py48 self._create_custom_lsb_release(update_url,
/external/autotest/server/site_tests/autoupdate_ForcedOOBEUpdate/
Dautoupdate_ForcedOOBEUpdate.py183 self._create_custom_lsb_release(lsb_url, no_update=True)
/external/autotest/client/cros/update_engine/
Dupdate_engine_util.py518 def _create_custom_lsb_release(self, update_url, build='0.0.0.0', **kwargs): member in UpdateEngineUtil