Searched defs:pidfile_name (Results 1 – 4 of 4) sorted by relevance
/external/autotest/scheduler/ |
D | monitor_db_functional_test.py | 94 def __init__(self, working_directory, pidfile_name, num_processes=None): argument 145 def finish_specific_process(self, working_directory, pidfile_name): argument 173 def pidfile_from_path(self, working_directory, pidfile_name): argument 237 def _set_last_pidfile(self, pidfile_id, working_directory, pidfile_name): argument 247 def execute_command(self, command, working_directory, pidfile_name, argument 295 def get_pidfile_id_from(self, execution_tag, pidfile_name): argument 405 def _assert_process_executed(self, working_directory, pidfile_name): argument
|
D | pidfile_monitor.py | 56 log_file=None, pidfile_name=None, paired_with_pidfile=None, argument 70 pidfile_name=drone_manager.AUTOSERV_PID_FILE, argument
|
D | drone_manager.py | 708 def execute_command(self, command, working_directory, pidfile_name, argument 771 def get_pidfile_id_from(self, execution_tag, pidfile_name): argument
|
D | drone_utility.py | 332 pidfile_name): argument
|