Searched defs:destination_path (Results 1 – 4 of 4) sorted by relevance
/external/autotest/scheduler/ |
D | drone_utility.py | 261 def copy_file_or_directory(self, source_path, destination_path): argument 302 def _same_file(self, source_path, destination_path): argument 357 def _sync_get_file_from(self, hostname, source_path, destination_path): argument 366 def get_file_from(self, hostname, source_path, destination_path): argument 371 def _sync_send_file_to(self, hostname, source_path, destination_path, argument 400 def send_file_to(self, hostname, source_path, destination_path, argument
|
D | drones.py | 220 def send_file_to(self, drone, source_path, destination_path, argument 250 def send_file_to(self, drone, source_path, destination_path, argument
|
D | drone_manager.py | 882 def _copy_results_helper(self, process, source_path, destination_path, argument 901 destination_path=None): argument 932 destination_path=None): argument 943 def copy_results_on_drone(self, process, source_path, destination_path): argument
|
D | drone_manager_unittest.py | 43 def send_file_to(self, drone, source_path, destination_path, argument 64 def was_file_sent(self, drone, source_path, destination_path): argument
|