Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/autoupdate_P2P/
Dautoupdate_P2P.py57 num_attempts = os.path.join(self._UPDATE_ENGINE_PREFS_DIR,
64 first_attempt = os.path.join(self._UPDATE_ENGINE_PREFS_DIR,
82 pref_file = os.path.join(self._UPDATE_ENGINE_PREFS_DIR,
88 self._UPDATE_ENGINE_PREFS_DIR)
99 current_url_index = os.path.join(self._UPDATE_ENGINE_PREFS_DIR,
/external/autotest/client/site_tests/autoupdate_Backoff/
Dautoupdate_Backoff.py45 self._UPDATE_ENGINE_PREFS_DIR, self._NO_IGNORE_BACKOFF_PREF)
47 self._UPDATE_ENGINE_PREFS_DIR, self._BACKOFF_EXPIRY_TIME_PREF)
/external/autotest/client/cros/update_engine/
Dupdate_engine_util.py40 _UPDATE_ENGINE_PREFS_DIR = '/var/lib/update_engine/prefs/' variable in UpdateEngineUtil