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

  /external/autotest/scheduler/
drone_manager.py 87 class PidfileId(CustomEquals):
178 # maps PidfileId to PidfileContents
182 # maps PidfileId to _PidfileInfo
360 @param pidfile_id: PidfileId instance.
414 pidfile_id = PidfileId(pidfile_path)
521 # is identified by a PidfileId object, which contains a unique pidfile
754 @param paired_with_pidfile (optional): a PidfileId for an
796 pidfile_id = PidfileId(pidfile_path)
804 return PidfileId(path)
    [all...]
drone_manager_unittest.py 472 monitor.pidfile_id = drone_manager.PidfileId(pidfile_path)

Completed in 581 milliseconds