Home
last modified time | relevance | path

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

/external/autotest/client/cros/
Dcros_logging.py18 from autotest_lib.client.cros.constants import CLEANUP_LOGS_PAUSED_FILE
209 CLEANUP_LOGS_PAUSED_FILE),
213 CLEANUP_LOGS_PAUSED_FILE)
215 self._run('touch ' + CLEANUP_LOGS_PAUSED_FILE)
222 self._run('rm -f ' + CLEANUP_LOGS_PAUSED_FILE)
224 logging.info('Leaving existing %s file' % CLEANUP_LOGS_PAUSED_FILE)
238 if not os.path.exists(CLEANUP_LOGS_PAUSED_FILE):
240 CLEANUP_LOGS_PAUSED_FILE)
Dconstants.py27 CLEANUP_LOGS_PAUSED_FILE = '/var/lib/cleanup_logs_paused' variable
/external/autotest/server/hosts/
Dcros_host.py1656 self.run('rm -f %s' % client_constants.CLEANUP_LOGS_PAUSED_FILE)