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

  /external/autotest/scheduler/
pidfile_monitor.py 37 class _PidfileException(Exception):
111 raise self._PidfileException(contents)
152 except self._PidfileException, exc:
monitor_db_unittest.py 629 self.assertRaises(pidfile_monitor.PidfileRunMonitor._PidfileException,
    [all...]

Completed in 168 milliseconds