Home
last modified time | relevance | path

Searched refs:_UPDATE_ENGINE_LOG (Results 1 – 4 of 4) sorted by relevance

/external/autotest/client/cros/update_engine/
Dupdate_engine_util.py37 _UPDATE_ENGINE_LOG = '/var/log/update_engine.log' variable in UpdateEngineUtil
205 self._UPDATE_ENGINE_LOG, entry), ignore_status=True)
337 with open(self._UPDATE_ENGINE_LOG) as fh:
354 with open(self._UPDATE_ENGINE_LOG) as fh:
398 log = self._run('cat %s' % self._UPDATE_ENGINE_LOG).stdout.splitlines()
Dupdate_engine_test.py27 shutil.copy(self._UPDATE_ENGINE_LOG, self.resultsdir)
/external/autotest/server/site_tests/autoupdate_P2P/
Dautoupdate_P2P.py130 host.get_file(self._UPDATE_ENGINE_LOG,
186 host.get_file(self._UPDATE_ENGINE_LOG,
191 return host.run('cat %s' % self._UPDATE_ENGINE_LOG).stdout
/external/autotest/server/cros/update_engine/
Dupdate_engine_test.py94 self._host.get_file(self._UPDATE_ENGINE_LOG, self.resultsdir)