Home
last modified time | relevance | path

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

/external/autotest/scheduler/
Dagent_task.py267 def _get_consistent_execution_path(self, execution_entries): argument
268 first_execution_path = execution_entries[0].execution_path()
269 for execution_entry in execution_entries[1:]:
274 execution_entries[0]))
278 def _copy_results(self, execution_entries, use_monitor=None): argument
285 assert len(execution_entries) > 0
290 execution_path = self._get_consistent_execution_path(execution_entries)
Dluciferlib.py301 def _get_consistent_execution_path(execution_entries): argument
302 first_execution_path = execution_entries[0].execution_path()
303 for execution_entry in execution_entries[1:]:
310 execution_entries[0]))