Searched defs:pidfile_name (Results 1 – 4 of 4) sorted by relevance
/external/autotest/scheduler/ |
D | pidfile_monitor.py | 64 log_file=None, pidfile_name=None, paired_with_pidfile=None, argument 78 pidfile_name=drone_manager.AUTOSERV_PID_FILE, argument
|
D | monitor_db_functional_test.py | 73 def __init__(self, working_directory, pidfile_name, num_processes=None): argument 124 def finish_specific_process(self, working_directory, pidfile_name): argument 160 def pidfile_from_path(self, working_directory, pidfile_name): argument 224 def _set_last_pidfile(self, pidfile_id, working_directory, pidfile_name): argument 234 def execute_command(self, command, working_directory, pidfile_name, argument 282 def get_pidfile_id_from(self, execution_tag, pidfile_name): argument 394 def _assert_process_executed(self, working_directory, pidfile_name): argument
|
D | drone_manager.py | 711 def execute_command(self, command, working_directory, pidfile_name, argument 774 def get_pidfile_id_from(self, execution_tag, pidfile_name): argument
|
D | drone_utility.py | 234 pidfile_name): argument
|