Home
last modified time | relevance | path

Searched refs:_PAUSE_FILE (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/cros/crash/
Dcrash_test.py81 _PAUSE_FILE = '/var/lib/crash_sender_paused' variable in CrashTest
102 if os.path.exists(self._PAUSE_FILE):
103 os.remove(self._PAUSE_FILE)
105 utils.system('touch ' + self._PAUSE_FILE)
/external/autotest/server/site_tests/platform_KernelErrorPaths/
Dplatform_KernelErrorPaths.py63 (CrashTestDefs._PAUSE_FILE, None, 'chronos'),