Home
last modified time | relevance | path

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

/external/autotest/client/cros/crash/
Dcrash_test.py81 _CRASH_SENDER_RUN_PATH = '/var/run/crash_sender.pid' variable in CrashTest
178 if not os.path.exists(self._CRASH_SENDER_RUN_PATH):
180 running_pid = int(utils.read_file(self._CRASH_SENDER_RUN_PATH))
184 os.remove(self._CRASH_SENDER_RUN_PATH)