Home
last modified time | relevance | path

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

/external/autotest/client/cros/update_engine/
Dupdate_engine_util.py39 _CUSTOM_LSB_RELEASE = '/mnt/stateful_partition/etc/lsb-release' variable in UpdateEngineUtil
310 self._run('mkdir %s' % os.path.dirname(self._CUSTOM_LSB_RELEASE),
312 self._run('touch %s' % self._CUSTOM_LSB_RELEASE)
314 (build, self._CUSTOM_LSB_RELEASE))
316 (update_url, self._CUSTOM_LSB_RELEASE))
326 self._run('rm %s' % self._CUSTOM_LSB_RELEASE, ignore_status=True)
/external/autotest/server/site_tests/autoupdate_NonBlockingOOBEUpdate/
Dautoupdate_NonBlockingOOBEUpdate.py18 self._host.run('rm %s' % self._CUSTOM_LSB_RELEASE, ignore_status=True)
/external/autotest/server/site_tests/autoupdate_ForcedOOBEUpdate/
Dautoupdate_ForcedOOBEUpdate.py19 self._host.run('rm %s' % self._CUSTOM_LSB_RELEASE, ignore_status=True)