Home
last modified time | relevance | path

Searched defs:destination_path (Results 1 – 5 of 5) sorted by relevance

/external/autotest/scheduler/
Ddrone_utility.py261 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
Ddrones.py178 def send_file_to(self, drone, source_path, destination_path, argument
208 def send_file_to(self, drone, source_path, destination_path, argument
Ddrone_manager.py863 def _copy_results_helper(self, process, source_path, destination_path, argument
882 destination_path=None): argument
913 destination_path=None): argument
924 def copy_results_on_drone(self, process, source_path, destination_path): argument
Ddrone_manager_unittest.py42 def send_file_to(self, drone, source_path, destination_path, argument
63 def was_file_sent(self, drone, source_path, destination_path): argument
/external/tensorflow/tensorflow/contrib/ignite/kernels/igfs/
Digfs_messages.cc88 const string &destination_path, bool flag, in PathCtrlRequest()
334 const string &destination_path) in RenameRequest()