HomeSort by relevance Sort by last modified time
    Searched refs:CLEANUP_LOGS_PAUSED_FILE (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/cros/
cros_logging.py 11 from constants import CLEANUP_LOGS_PAUSED_FILE
169 Assumes all setting of CLEANUP_LOGS_PAUSED_FILE is done by this class
194 CLEANUP_LOGS_PAUSED_FILE),
198 CLEANUP_LOGS_PAUSED_FILE)
200 self._run('touch ' + CLEANUP_LOGS_PAUSED_FILE)
207 self._run('rm -f ' + CLEANUP_LOGS_PAUSED_FILE)
209 logging.info('Leaving existing %s file' % CLEANUP_LOGS_PAUSED_FILE)
223 if not os.path.exists(CLEANUP_LOGS_PAUSED_FILE):
225 CLEANUP_LOGS_PAUSED_FILE)
constants.py 25 CLEANUP_LOGS_PAUSED_FILE = '/var/lib/cleanup_logs_paused'
  /external/autotest/server/hosts/
cros_host.py     [all...]

Completed in 152 milliseconds